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

{1 :junegunn/vim-slash
 :event :BufReadPost
 :config (fn []
           (vim.cmd "noremap <plug>(slash-after) zz"))}