updated vim notes
This commit is contained in:
parent
5cfb538063
commit
3b413794ec
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ CTRL + F (Page Down)
|
|||
|
||||
:%s/word_to_replace/new_word/g
|
||||
|
||||
# Delete all blank lines:
|
||||
|
||||
g/^\s*$/d
|
||||
|
||||
# Running Bash Commands from within Vim:
|
||||
|
||||
:! <bash command>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue