-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kevin Vollmer edited this page Jun 21, 2016
·
2 revisions
| Key | Function |
| <h> | go left |
| <j> | go down |
| <k> | go up |
| <l> | go right |
| <C-j> | jump page down |
| <C-k> | jump page up |
| <n> | next search result |
| <N> | previous search result |
| <g> | g operator |
| <G> | goto bottom |
| <y> | yank operator |
| <d> | cut operator |
| <m> | mark operator |
| <’> | jump operator |
| <p> | paste |
| <X> | remove |
| Key | Function |
| <H> | move window focus left |
| <J> | move window focus down |
| <K> | move window focus up |
| <L> | move window focus down |
| <:> | start command-line mode |
| </> | forward search |
| <?> | backward search |
| Key | Function |
| <ESC> | cancel/close ex_mode |
| <TAB> | compl cycle forward |
| <S-TAB> | compl cycle backward |
| <CAR> | run cmd |
| <BS> | (internal) |
| <Spc> | (internal) |
| <C-p> | history cycle backward |
| <C-n> | history cycle forward |
| <C-w> | delete word |
| <C-u> | delete line |
| <C-l> | add invert symbol to cmd |
| <C-g> | hint mode |
| <C-j> | go down in menu |
| <C-k> | go up in menu |
| Key1 | Key2 | Function |
| <m> | {a-zA-Z0-9} | mark path at {Key2} |
| <’> | {a-zA-Z0-9} | jump to path at mark {Key2} |
| <y> | y | yank visible field |
| <y> | f | yank fullpath |
| <y> | d | yank directory |
| <d> | d | yank to delete register |
| Symbol | Replacement |
| %b | buffer number |
| %B | buffer name |
| %f | fullpath |
| %n | name |
| %N | name (no extension) |
| %e | extension |
| %d | directory |
| %t | type (opgroup) |
| %k | kind (file type) |
| %:% | nav pid |
| %:! | the pid of the last !cmd |
| $:? | the exit status of the last !cmd |
| %o:<var> | opgroup variable |