diff options
-rw-r--r-- | fnl/settings/keymaps.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index 83b9917..0407646 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -44,6 +44,10 @@ (map :n :<C-s> :<cmd>split<CR> opts) (map :n :<m-v> :<cmd>vsplit<CR> opts) +;; Nav +(map :n :<m-m> :<cmd>bprev<CR> opts) +(map :n :<m-i> :<cmd>bnext<CR> opts) + (map :n :<m-n> :<cmd>nohlsearch<CR> opts) (map :n :Q "<cmd>:q<CR>" opts) |