summaryrefslogtreecommitdiff
path: root/fnl/config/hop.fnl
blob: 53ba9e9a02cde31dc600393f3cc9b7a293bbdb91 (plain)
1
2
3
4
5
6
7
8
9
10
;; 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 })