diff options
Diffstat (limited to 'fnl/config/hop.fnl')
-rw-r--r-- | fnl/config/hop.fnl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fnl/config/hop.fnl b/fnl/config/hop.fnl new file mode 100644 index 0000000..f623c0f --- /dev/null +++ b/fnl/config/hop.fnl @@ -0,0 +1,8 @@ +;; Hopping in text. +(module config.hop {autoload {util util nvim aniseed.nvim}}) + +(let [hop (util.load-plugin :hop)] + (hop.setup {})) + +(nvim.set_keymap :n :s ":HopChar2<cr>" {:silent true}) +(nvim.set_keymap :n :S ":HopWord<cr>" {:silent true}) |