From 5deb05b869a22b0ce29ca071cf0c3898fae63063 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 30 Jul 2022 18:26:23 +0200 Subject: Add surround --- fnl/config/hop.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/config/hop.fnl') diff --git a/fnl/config/hop.fnl b/fnl/config/hop.fnl index a2aff1e..55dd52f 100644 --- a/fnl/config/hop.fnl +++ b/fnl/config/hop.fnl @@ -5,8 +5,8 @@ (def- opts {:noremap true :silent true}) -(nvim.set_keymap :n :s ":HopChar2" {:silent true}) -(nvim.set_keymap :n :S ":HopWord" {:silent true}) +(nvim.set_keymap :n :m ":HopChar2" {:silent true}) +(nvim.set_keymap :n :M ":HopWord" {:silent true}) (nvim.set_keymap :o :f ":lua require'hop'.hint_char1({ direction = require'hop.hint'.HintDirection.AFTER_CURSOR, current_line_only = true })" opts) -- cgit v1.2.3-70-g09d2