Move Commands:
Copy Paste:
Search
Highlighting Search:
set hlsearch
set incsearch
Highlights Matched Text (set nohlsearch for negating)
Highlight while searching
Other
set nu
set ic
Show Line numbers
Ignore Case
Word wrap
set wrap
set nowrap
Set the word wrap
Set no wrap
Buffers, Windows & Tabs
They follow the same abstraction.
Buffers are the open(unmodified or set hidden if modified) files.
Windows is one screen (that could show many buffers).
Tabs is a collection of windows.
Buffer Commands:
Windows Commands
Tabs Commands
Open a file:
:find
:findtab
Finds and open a file (one can use TAB to find the file)
Find and open the file in new tab
References
http://unix.t-a-y-l-o-r.com/VRmove.html
http://blog.sanctum.geek.nz/buffers-windows-tabs/ - For BUFFERS, Windows & TABS