diff options
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/lua/binds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/binds.lua b/.config/nvim/lua/binds.lua index 2bbaa69..0e7ae96 100644 --- a/.config/nvim/lua/binds.lua +++ b/.config/nvim/lua/binds.lua @@ -8,7 +8,7 @@ map('', 'Y', 'y$', opts) map('n', '<C-L>', ':nohl<CR><C-L>', opts) map('n', 'n', 'nzzzv', opts) map('n', 'N', 'Nzzzv', opts) -map('i', 'kj', '<Esc>', opts) +-- map('i', 'kj', '<Esc>', opts) map('t', 'kj', '<C-\\><C-n>', { noremap = true }) map('i', ',', ',<c-g>u', opts) |