Editor UI
Key | Mode | Action |
---|---|---|
F2 |
All | Toggle tagbar |
F3 |
All | Toggle Vimfiler |
<leader> + num |
Normal | Jump to the buffer with the num index |
<Alt> + num |
Normal | Jump to the buffer with the num index, this only works in neovim |
<Alt> + h /<Left> |
Normal | Jump to left buffer in the tabline, this only works in neovim |
<Alt> + l /<Right> |
Normal | Jump to Right buffer in the tabline, this only works in neovim |
<leader> +ts |
Normal | Toggle spell-checker (:setlocal spell!) |
<leader> +tn |
Normal | Toggle line numbers (:setlocal nonumber!) |
<leader> +tl |
Normal | Toggle hidden characters (:setlocal nolist!) |
<leader> +th |
Normal | Toggle highlighted search (:set hlsearch!) |
<leader> +tw |
Normal | Toggle wrap (:setlocal wrap! breakindent!) |
g0 |
Normal | Go to first tab (:tabfirst) |
g$ |
Normal | Go to last tab (:tablast) |
gr |
Normal | Go to previous tab (:tabprevious) |
Ctrl +<Dow> |
Normal | Move to split below ( |
Ctrl +<Up> |
Normal | Move to upper split ( |
Ctrl +<Left> |
Normal | Move to left split ( |
Ctrl +<Right> |
Normal | Move to right split ( |
* |
Visual | Search selection forwards |
# |
Visual | Search selection backwards |
, +Space |
Normal | Remove all spaces at EOL |
Ctrl +r |
Visual | Replace selection |
<leader> +lj |
Normal | Next on location list |
<leader> +lk |
Normal | Previous on location list |
<leader> +S |
Normal/visual | Source selection |