Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5755

Vim register and paste

$
0
0

Using the default register

# toggle characters
# x to cut
# p to put after cursor
xp 
bakc # xp on k will make back

# toggle lines
ddp # cursor on the first line

# duplicate a line
yyp

# check the doc
:h quotequote # unnamed register
:h registers

Viewing all articles
Browse latest Browse all 5755

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>