diff options
-rw-r--r-- | fnl/settings/keymaps.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index 83ed725..7695aab 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -48,6 +48,9 @@ (map :n :<m-m> :<cmd>bprev<CR> opts) (map :n :<m-i> :<cmd>bnext<CR> opts) +(map :n :<c-d> :<c-d>zz opts) +(map :n :<c-u> :<c-u>zz opts) + (map :n :<m-n> :<cmd>nohlsearch<CR> opts) (map :n :Q "<cmd>:q<CR>" opts) |