readme : add more info about default actions in tmux and nvim.

This commit is contained in:
Dmitry Voronin 2023-11-03 12:33:29 +03:00
parent 8ff73f903e
commit dcf362ccb3

View file

@ -84,7 +84,7 @@ Key|Action
`Meta+z`|Detach from session.
`Meta+x`|Close window.
`Meta+c`|Close split.
`Meta+v`|Visual selection.
`Meta+v`|Visual selection. `y` to copy.
`Meta+f`|None.
## Nvim.
@ -105,7 +105,7 @@ Key|Action
`Space+z`|Save all and exit.
`Space+x`|Close buffer.
`Space+c`|Close split.
`Space+v`|Visual selection.
`Space+v`|Visual selection (or just default `v`).
`Space+f`|None.
More info in [Nvim config.](#nvim-config)