diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/settings/keymaps.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index f4e3359..8a30138 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -56,4 +56,4 @@ (map :n :<C-s> :<cmd>split<CR> opts) (map :n :<m-v> :<cmd>vsplit<CR> opts) -(map :n :<m-h> :<cmd>nohlsearch<CR> opts) +(map :n :<m-n> :<cmd>nohlsearch<CR> opts) |