Skip to content

Commit f6d954e

Browse files
committed
new maps
1 parent a785bbf commit f6d954e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

profiles/map.vim

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
" some mapping to navigate in vim
22
"
3-
" copy text to "+
4-
map <Leader>cc "+y
3+
" copy text to "+ (clipboard)
4+
vmap <Leader>yy "+y
55
6-
" paste text from "+
6+
" paste text from "+ (clipboard)
77
map <Leader>pp "+P
8+
imap <Leader>pp "+P
9+
810

911
" only show the current buffer
1012
map <Leader>o :only<CR>

0 commit comments

Comments
 (0)