We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac5ccc commit bdf94c2Copy full SHA for bdf94c2
leader.vim
@@ -3,7 +3,7 @@ let mapleader = "\<Space>"
3
" バッファに変更点があるときのみ書き込みを行う。
4
noremap <Leader>w :update<CR>
5
6
-nmap <Leader><Leader> V
+nmap <Leader><Leader> <C-w>w
7
8
" 0(ゼロ)レジスタで同じ文字列を何度も貼り付ける
9
"" y でヤンクした文字列をいろんな場所に貼り付けるということはよくあると思います。普通にいろんな場所に p で貼り付ければいいのですが、困るのが途中で編集をして関係ない文字列を削除してしまった時。せっかくヤンクした文字列が上書きされてしまって貼り付けられなくなってしまった。
0 commit comments