diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-01-01 21:40:27 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-01-01 21:40:27 +0100 |
commit | d40e3db3d305083a9dce78a07d4f726f9d96f860 (patch) | |
tree | 96ed16c27f982b68f0116b6ffc487e2f374feb7f /.config/nvim/lua | |
parent | 00de881da2e7db2a73ba1e886be4abefabb67ce8 (diff) |
Colemak keymap. Updated binds for i3, zsh, (n)vim
Diffstat (limited to '.config/nvim/lua')
-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) |