diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-03 10:22:05 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-03 10:22:05 +0100 |
commit | dbbde08d80dcc483d6f6fcbefa93c3f10eab3e26 (patch) | |
tree | 606ce8d8dc13426fe12800173851112876c14be5 | |
parent | 8291ec25d7160bac2c0208ce964d2dd4ad785fc6 (diff) |
nvim: Remove some bindings
-rw-r--r-- | .config/nvim/lua/mango/remap.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/lua/mango/remap.lua b/.config/nvim/lua/mango/remap.lua index 3100fd0..17072d7 100644 --- a/.config/nvim/lua/mango/remap.lua +++ b/.config/nvim/lua/mango/remap.lua @@ -6,10 +6,6 @@ vim.g.mapleader = ' ' -- Make adjustments for my custom keyboard layout remap('nv', '€', '$') --- I only ever shift entire lines -remap('n', '<', '<<') -remap('n', '>', '>>') - -- Open netrw remap('n', '<leader>rw', vim.cmd.Ex) |