summaryrefslogtreecommitdiff
path: root/plugin/maps.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/maps.vim')
-rw-r--r--plugin/maps.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/maps.vim b/plugin/maps.vim
index d252948..b3e12da 100644
--- a/plugin/maps.vim
+++ b/plugin/maps.vim
@@ -12,6 +12,7 @@ nnoremap <Leader>n : bnext<cr>
12nnoremap <Leader>p : bprev<cr> 12nnoremap <Leader>p : bprev<cr>
13nnoremap <Leader>z : FZF<cr> 13nnoremap <Leader>z : FZF<cr>
14nnoremap <Leader>l : Lines<cr> 14nnoremap <Leader>l : Lines<cr>
15nnoremap <Leader>e : Explore<cr>
15nnoremap <Leader>t : call GetTabber()<cr> 16nnoremap <Leader>t : call GetTabber()<cr>
16nnoremap <Leader><ESC> : nohlsearch<cr> 17nnoremap <Leader><ESC> : nohlsearch<cr>
17nnoremap <C-l> :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l> 18nnoremap <C-l> :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l>