summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/vim-slash.fnl
blob: e638d73ac2e02f6205c322dbf18fabeba19c507a (plain)
1
2
3
4
5
6
;; Provides a set of mappings for enhancing in-buffer search experience.

(fn config []
  (vim.cmd "noremap <plug>(slash-after) zz"))

{1 :junegunn/vim-slash :event :BufReadPost : config}