/
use
c//e
to replace the currently highlighted match.:help pattern-atoms
for some basic info about
Vim’s default GREP flavor.1Vanilla Vim is adequate for basic multiplexing: multiplexing-in-vanilla-vim
:help
:help key-notation
for key abbreviationsQuickly open Netrw to the path of the current file:
:E
go to file under cursor: gf
<C-o>
<C-i>
In Netrw file tree view, use gn
to change root
directory to selected
Change root directory: :cd path/to/new/root
Clear highlighting till next search: :nohlsearch
or
:noh
<verb> i <noun>
<verb> i <noun>
<C-u>
<C-d>
{
: [{
}
: ]}
TODO Write a note about Vim GREP, referring to this superb article: https://thevaluable.dev/regular-expression-basics-vim-grep/↩︎