diff options
Diffstat (limited to 'fnl/settings/keymaps.fnl')
-rw-r--r-- | fnl/settings/keymaps.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index d61ef8b..3f800c6 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -36,8 +36,6 @@ ;; Jump half a page and centralize the view [:n :<c-d> :<c-d>zz {}] [:n :<c-u> :<c-u>zz {}] - ;; Remove highlighted search - [:n :<c-m> :<cmd>nohlsearch<CR> {}] ;; Close window [:n :Q "<cmd>:q<CR>" {}] ;; Force refresh |