From d0a76f4574313e004606d11deba2f50f0417fa9d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 2 Jul 2022 03:28:35 +0200 Subject: Replace lightspeed with hop --- fnl/config/hop.fnl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fnl/config/hop.fnl (limited to 'fnl/config/hop.fnl') 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" {:silent true}) +(nvim.set_keymap :n :S ":HopWord" {:silent true}) -- cgit v1.2.3-70-g09d2