diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-06 18:55:11 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-06 18:55:11 +0200 |
commit | aee78a6f0a8bccbdb20a3e72ae1ab2b2472b3001 (patch) | |
tree | b3da596f15cff82ecf09e99290a8774b69810ec3 /.config/nvim/lua/binds.lua | |
parent | 249d91502b7647a72399b180bfcbe0de96239764 (diff) |
nevermind
Diffstat (limited to '.config/nvim/lua/binds.lua')
-rw-r--r-- | .config/nvim/lua/binds.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/binds.lua b/.config/nvim/lua/binds.lua index 49f4620..55225d4 100644 --- a/.config/nvim/lua/binds.lua +++ b/.config/nvim/lua/binds.lua @@ -8,7 +8,6 @@ map('', 'Y', 'y$', opts) map('n', '<C-L>', ':nohl<CR><C-L>', opts) map('n', 'n', 'nzzzv', opts) map('n', 'N', 'Nzzzv', opts) -map('n', '<leader>sc', '~', opts) map('i', 'kj', '<Esc>', opts) map('i', ',', ',<c-g>u', opts) |