added more notes on vim and neovim config files
This commit is contained in:
parent
f3aa8e04ae
commit
49423d2081
3 changed files with 109 additions and 3 deletions
|
|
@ -74,6 +74,10 @@ CTRL + F (Page Down)
|
|||
|
||||
:%s/word_to_replace/new_word/g
|
||||
|
||||
# Running Bash Commands from within Vim:
|
||||
|
||||
:! <bash command>
|
||||
|
||||
# Dealing with multiple files:
|
||||
|
||||
# You can open multiple files by simply typing them in sequentially after the vim command(tab auto complete works on this):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue