summaryrefslogtreecommitdiff
path: root/plugin/maps.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/maps.vim')
-rw-r--r--plugin/maps.vim4
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
9nnoremap <Leader>o : only<cr> 9nnoremap <Leader>o : only<cr>
10nnoremap - : b#<cr>
10nnoremap <Leader>b : Buffers<cr> 11nnoremap <Leader>b : Buffers<cr>
11nnoremap <Leader>n : bnext<cr> 12nnoremap <Leader>n : bnext<cr>
12nnoremap <Leader>p : bprev<cr> 13nnoremap <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
29nnoremap <Leader>s <Plug>(leap-forward-to)
30nnoremap <Leader>S <Plug>(leap-backward-to)
31
28cmap w!! %!sudo -S tee > /dev/null % 32cmap w!! %!sudo -S tee > /dev/null %
29 33
30" visual 34" visual