added more notes on vim and neovim config files

This commit is contained in:
tomit4 2021-09-25 00:02:56 -07:00
parent f3aa8e04ae
commit 49423d2081
3 changed files with 109 additions and 3 deletions

View file

@ -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):