diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-01-01 21:40:27 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-01-01 21:50:47 +0100 |
commit | 324232cf297156b4d8a7aa8ad53209fb7071f7ab (patch) | |
tree | af32525e386ef17bf550a80216482c763773d976 /.config/nvim | |
parent | 1a9b45278782dd141128a960b0cfcc9e7bc2eed0 (diff) |
Colemak keymap. Updated binds for i3, zsh, (n)vim
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) |