diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:41:17 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:41:17 +0100 |
| commit | f318452070d42e51231f7880a5d0eaa93d978a1e (patch) | |
| tree | c76f35889ebc7a4e52bbd06e07c8f33f9bf68f5d /fnl/config/vim-slash.fnl | |
| parent | 433952cf3efa8e2b5e23ff0e76a4afe6f95d44b5 (diff) | |
Rip aniseed, hail hotpot
Diffstat (limited to 'fnl/config/vim-slash.fnl')
| -rw-r--r-- | fnl/config/vim-slash.fnl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/vim-slash.fnl b/fnl/config/vim-slash.fnl deleted file mode 100644 index 6f50ae4..0000000 --- a/fnl/config/vim-slash.fnl +++ /dev/null @@ -1,6 +0,0 @@ -;; 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"))} |