feat(cfg): add keybind for the 5th cell in the harpoon menu
This commit is contained in:
		
							parent
							
								
									91b4aa74f9
								
							
						
					
					
						commit
						413663cdae
					
				| 
						 | 
				
			
			@ -17,6 +17,7 @@ return {
 | 
			
		|||
        vim.keymap.set("n", "<M-2>", function() ui.nav_file(2) end)
 | 
			
		||||
        vim.keymap.set("n", "<M-3>", function() ui.nav_file(3) end)
 | 
			
		||||
        vim.keymap.set("n", "<M-4>", function() ui.nav_file(4) end)
 | 
			
		||||
        vim.keymap.set("n", "<M-5>", function() ui.nav_file(5) end)
 | 
			
		||||
 | 
			
		||||
    end,
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue