aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/vimrc b/base/vimrc
index 2117d86..befd96e 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -142,9 +142,9 @@ nnoremap <leader>l :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l>
nnoremap [<space> :<c-u>put! =repeat(nr2char(10), v:count1)<cr>'[
nnoremap ]<space> :<c-u>put =repeat(nr2char(10), v:count1)<cr>
-noremap <leader>y "*y
-noremap <leader>yy "*Y
-noremap <leader>p :set paste<CR>:put *<CR>:set nopaste<CR>
+noremap <leader>y "+y
+noremap <leader>yy "+Y
+noremap <leader>p :set paste<CR>:put +<CR>:set nopaste<CR>
noremap <silent> + :s/^\s*/&\/\//<CR>:noh<CR>
noremap <silent> - :s/^\(\s*\)\/\//\1/<CR>:noh<CR>