You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vim is a built in text editor that comes with almost all Unix systems. It is hyperefficient and provides opportunities for customizing features and settings using an extensive plugin system. You can customize Vim on a per-user basis, using the local .vimrc file, or set configurations to apply system-wide, by using the Global vimrc File.
For now, I am deciding to modify the local .vimrc file in my home directory, located at ~/.vimrc
I am storing a copy of my preferred customization here.
Start Using Vim
basics
open a vile with the command vim <filename>
insert mode with I, insert at end of line with A
go to beginning of line while in normal mode : 0
navigate to end of line in normal mode : ^
Navigate the file system
to exit current buffer (I think that's right?) and go back to view file directory :e .