diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-19 17:49:29 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-19 17:49:29 -0700 |
commit | 574e64f42f36838c9b1de72fa4b88c7d962ba8e1 (patch) | |
tree | dee7ad5180bc5b87d38b5647624db59f19e25c46 /plugin | |
parent | 0d538e088d418b4cd27708289ebf28aac91e5bd1 (diff) |
Since leader is now space, replace space mappings with leader
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index c4a8238..5abc841 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -157,7 +157,7 @@ nnoremap = ]c " Ack Searching "----------------------------------------------------------------------------------------------------------------------- if !empty(glob(EditorDir.'plugged/ack.vim/plugin/ack.vim')) - nnoremap <space>/ :call AckSearch()<CR> + nnoremap <leader>/ :call AckSearch()<CR> function! AckSearch() call inputsave() let term = input('Search: ') |