summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-08-21 03:26:32 +0100
committerAkshay <[email protected]>2022-08-21 03:26:32 +0100
commit1ad5e8a2de3080a8d737b65953538e5bf46875f5 (patch)
tree9fe68fea3f76ccc043061482803f9269fefa6329 /plugin
parent47bb74f7ada1ac338c1509994cd7e837a59f1456 (diff)
new bind: <leader>e
Diffstat (limited to 'plugin')
-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>