remaps: Ctrl-T open a new terminal in vertical split view
This commit is contained in:
		
							parent
							
								
									ad68dfa387
								
							
						
					
					
						commit
						0610a35e7a
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -15,3 +15,6 @@ vim.keymap.set("n", "<C-k>", "<cmd>bnext<CR>") | |||
| -- exit from terminal easily | ||||
| vim.keymap.set("t", "<Esc>", "<C-\\><C-n>") | ||||
| vim.keymap.set("t", "<C-v><Esc>", "<Esc>") -- Verbatim escape (send an esc to underlying program) | ||||
| 
 | ||||
| -- fast open a new terminal | ||||
| vim.keymap.set("n", "<C-t>", "<cmd>vs<CR><cmd>term<CR>") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue