feat(mappings): make <esc> a cmd to remove flickering (#2456)
This commit is contained in:
		
							parent
							
								
									ccdf0dda11
								
							
						
					
					
						commit
						da85f7fbcd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ M.general = { | ||||||
|   }, |   }, | ||||||
| 
 | 
 | ||||||
|   n = { |   n = { | ||||||
|     ["<Esc>"] = { ":noh <CR>", "Clear highlights" }, |     ["<Esc>"] = { "<cmd> noh <CR>", "Clear highlights" }, | ||||||
|     -- switch between windows |     -- switch between windows | ||||||
|     ["<C-h>"] = { "<C-w>h", "Window left" }, |     ["<C-h>"] = { "<C-w>h", "Window left" }, | ||||||
|     ["<C-l>"] = { "<C-w>l", "Window right" }, |     ["<C-l>"] = { "<C-w>l", "Window right" }, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue