Chapter 5 Flashcards
What C-^ command does
Toggle between alternate files(marked # in :ls mode)
What :bufdo{Ex} command does
Perform Ex command on each buffer
What :args{files} command does
Wipe args list and add {files} to the args list
What means hidden mark (h) for a buffer
It means that the buffer is altered, and we need either discard changes of save them before quitting.
What C-w s/ C-w v or :sp[lit]/:vsp[lit] commands do
Split the screen into two horizontal/vertical parts
What C-w w command do
Cycle between opened windows
What C-w {j | k | l | h} command does
Cycle between opened windows with respect to direction
What :on[ly] command does
Close all windows but current
What does C-w =
Equalize width and height of all windows
What does [N] C-w | /C-w _
Maximise height/width of the active window for N rows. If N is not specified it takes all available space.
What does :lcd {path}
Set up the working directory for a particular window
What does :tabedit {filename}
Opens new tab with {filename} if file name is omitted, than create tab with empty buffer
What does C-w T
If the current tab contains more than one window, create a tab with current buffer
What does :tabc[lose]
Close current tab and all its windows
What does :tabo[nly]
Close all tab and all their windows but the current one