ソースを参照

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,6 +80,8 @@ set tabstop=4
80 80
 
81 81
 inoremap <C-Left> <C-P>
82 82
 inoremap <C-Right> <C-N>
83
+noremap p p`[
84
+noremap P P`[
83 85
 
84 86
 if has("autocmd")
85 87
   filetype plugin indent on