summaryrefslogtreecommitdiff
path: root/plugin/maps.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/maps.vim')
-rw-r--r--plugin/maps.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/maps.vim b/plugin/maps.vim
index 188cb69..f3c5f76 100644
--- a/plugin/maps.vim
+++ b/plugin/maps.vim
@@ -7,13 +7,11 @@ map <leader>cc :w !xclip -sel c<CR>
7 7
8" normal 8" normal
9nnoremap <Leader>o : only<cr> 9nnoremap <Leader>o : only<cr>
10" nnoremap <Leader>l : Lines<cr>
11nnoremap <Leader>b : Buffers<cr> 10nnoremap <Leader>b : Buffers<cr>
12nnoremap <Leader>n : bnext<cr> 11nnoremap <Leader>n : bnext<cr>
13nnoremap <Leader>p : bprev<cr> 12nnoremap <Leader>p : bprev<cr>
14nnoremap <Leader>z : FZF<cr> 13nnoremap <Leader>z : FZF<cr>
15nnoremap <Leader>l : Lines<cr> 14nnoremap <Leader>l : Lines<cr>
16nnoremap <Leader>w : MtaJumpToOtherTag<cr>
17nnoremap <Leader>t : call GetTabber()<cr> 15nnoremap <Leader>t : call GetTabber()<cr>
18nnoremap <Leader><ESC> : nohlsearch<cr> 16nnoremap <Leader><ESC> : nohlsearch<cr>
19nnoremap <C-l> :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l> 17nnoremap <C-l> :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l>