diff options
Diffstat (limited to 'plugin/maps.vim')
-rw-r--r-- | plugin/maps.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/maps.vim b/plugin/maps.vim index b3e12da..b61e994 100644 --- a/plugin/maps.vim +++ b/plugin/maps.vim | |||
@@ -7,6 +7,7 @@ map <leader>cc :w !xclip -sel c<CR> | |||
7 | 7 | ||
8 | " normal | 8 | " normal |
9 | nnoremap <Leader>o : only<cr> | 9 | nnoremap <Leader>o : only<cr> |
10 | nnoremap - : b#<cr> | ||
10 | nnoremap <Leader>b : Buffers<cr> | 11 | nnoremap <Leader>b : Buffers<cr> |
11 | nnoremap <Leader>n : bnext<cr> | 12 | nnoremap <Leader>n : bnext<cr> |
12 | nnoremap <Leader>p : bprev<cr> | 13 | nnoremap <Leader>p : bprev<cr> |
@@ -25,6 +26,9 @@ nnoremap <F10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> | |||
25 | \ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" | 26 | \ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" |
26 | \ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR> | 27 | \ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR> |
27 | 28 | ||
29 | nnoremap <Leader>s <Plug>(leap-forward-to) | ||
30 | nnoremap <Leader>S <Plug>(leap-backward-to) | ||
31 | |||
28 | cmap w!! %!sudo -S tee > /dev/null % | 32 | cmap w!! %!sudo -S tee > /dev/null % |
29 | 33 | ||
30 | " visual | 34 | " visual |