Horje
vim cut Code Example
vim copy line
yy - Yank (copy) the current line, including the newline character.
3yy - Yank (copy) three lines, starting from the line where the cursor is positioned.
y$ - Yank (copy) everything from the cursor to the end of the line.
y^ - Yank (copy) everything from the cursor to the start of the line.
yw - Yank (copy) to the start of the next word.
yiw – Yank (copy) the current word.
y% - Yank (copy) to the matching character. By default supported pairs are (), {}, and []. Useful to copy text between matching brackets.
vim cut
select with Shift+v and cut with d




Shell

Related
javascript currencey formatter Code Example javascript currencey formatter Code Example
linux count lines csv files Code Example linux count lines csv files Code Example
linux kill other user xorg Code Example linux kill other user xorg Code Example
set feh wallpaper Code Example set feh wallpaper Code Example
how to update application in ubunut Code Example how to update application in ubunut Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9