浏览代码

Use less "invasive" pasting in Vim

(Return cursor after pasting; not sure how well it works for lines but
it's ok for chars.)
Alois Mahdal 9 年前
父节点
当前提交
ebff64d47b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      dotfiles/vim/vimrc

+ 2
- 0
dotfiles/vim/vimrc 查看文件

80
 
80
 
81
 inoremap <C-Left> <C-P>
81
 inoremap <C-Left> <C-P>
82
 inoremap <C-Right> <C-N>
82
 inoremap <C-Right> <C-N>
83
+noremap p p`[
84
+noremap P P`[
83
 
85
 
84
 if has("autocmd")
86
 if has("autocmd")
85
   filetype plugin indent on
87
   filetype plugin indent on