readme : add more info about default actions in tmux and nvim.
This commit is contained in:
parent
8ff73f903e
commit
dcf362ccb3
|
@ -84,7 +84,7 @@ Key|Action
|
||||||
`Meta+z`|Detach from session.
|
`Meta+z`|Detach from session.
|
||||||
`Meta+x`|Close window.
|
`Meta+x`|Close window.
|
||||||
`Meta+c`|Close split.
|
`Meta+c`|Close split.
|
||||||
`Meta+v`|Visual selection.
|
`Meta+v`|Visual selection. `y` to copy.
|
||||||
`Meta+f`|None.
|
`Meta+f`|None.
|
||||||
|
|
||||||
## Nvim.
|
## Nvim.
|
||||||
|
@ -105,7 +105,7 @@ Key|Action
|
||||||
`Space+z`|Save all and exit.
|
`Space+z`|Save all and exit.
|
||||||
`Space+x`|Close buffer.
|
`Space+x`|Close buffer.
|
||||||
`Space+c`|Close split.
|
`Space+c`|Close split.
|
||||||
`Space+v`|Visual selection.
|
`Space+v`|Visual selection (or just default `v`).
|
||||||
`Space+f`|None.
|
`Space+f`|None.
|
||||||
|
|
||||||
More info in [Nvim config.](#nvim-config)
|
More info in [Nvim config.](#nvim-config)
|
||||||
|
|
Reference in a new issue