mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: remove fast terminal escape shortcut
This commit is contained in:
parent
c15fb68bf3
commit
f422f54c36
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ vim.keymap.set({ 'n' }, '<leader>t', ':terminal<CR>i', { silent = true, desc = '
|
|||
|
||||
-- Escape terminal mode
|
||||
vim.keymap.set({ 't' }, ';;', '<C-\\><C-n>', { silent = true, desc = 'Escape terminal mode' })
|
||||
vim.keymap.set({ 't' }, ';k', '<C-\\><C-n><C-w>w', { silent = true, desc = 'Jump away from terminal' })
|
||||
|
||||
-- Window managment
|
||||
vim.keymap.set('n', '<leader>w', '<C-w>', { remap = true, desc = 'Alias for Ctrl + w' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue