mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	refactor!: use a new keymaps configuration format
This commit is contained in:
		
					parent
					
						
							
								5915262864
							
						
					
				
			
			
				commit
				
					
						efaf8e81b7
					
				
			
		
					 11 changed files with 343 additions and 182 deletions
				
			
		|  | @ -12,10 +12,10 @@ in { | |||
|       "mind-nvim" | ||||
|     ]; | ||||
| 
 | ||||
|     vim.nnoremap = { | ||||
|       "<leader>om" = ":MindOpenMain<CR>"; | ||||
|       "<leader>op" = ":MindOpenProject<CR>"; | ||||
|       "<leader>oc" = ":MindClose<CR>"; | ||||
|     vim.maps.normal = { | ||||
|       "<leader>om" = {action = ":MindOpenMain<CR>";}; | ||||
|       "<leader>op" = {action = ":MindOpenProject<CR>";}; | ||||
|       "<leader>oc" = {action = ":MindClose<CR>";}; | ||||
|     }; | ||||
| 
 | ||||
|     vim.luaConfigRC.mind-nvim = nvim.dag.entryAnywhere '' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 n3oney
				n3oney