summaryrefslogtreecommitdiff
path: root/fnl/settings/keymaps.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-19 13:19:21 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-19 13:19:21 +0100
commit0d292fdb032169b17316276aa93cd85b72dad722 (patch)
treeb160f2219a1efd97cb3d926836fb142b7ad3ea5e /fnl/settings/keymaps.fnl
parent20be497d28cc57fa04d192045c15561b7802a5b0 (diff)
Add keymaps for moving through buffers
Diffstat (limited to 'fnl/settings/keymaps.fnl')
-rw-r--r--fnl/settings/keymaps.fnl4
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)