Navigation : Add info about Tmux scroll.
This commit is contained in:
parent
a0064dd79d
commit
7aee46df7c
|
@ -28,6 +28,8 @@ Key|Action
|
||||||
`Super+j`|None.
|
`Super+j`|None.
|
||||||
`Super+k`|None.
|
`Super+k`|None.
|
||||||
`Super+l`|None.
|
`Super+l`|None.
|
||||||
|
`Super+p`|None.
|
||||||
|
`Super+n`|None.
|
||||||
|
|
||||||
## Tmux.
|
## Tmux.
|
||||||
|
|
||||||
|
@ -57,6 +59,8 @@ Key|Action
|
||||||
`Meta+j`|Resize split to the down.
|
`Meta+j`|Resize split to the down.
|
||||||
`Meta+k`|Resize split to the up.
|
`Meta+k`|Resize split to the up.
|
||||||
`Meta+l`|Resize split to the right.
|
`Meta+l`|Resize split to the right.
|
||||||
|
`Meta+p`|Scroll up.
|
||||||
|
`Meta+n`|Scroll down.
|
||||||
|
|
||||||
## Nvim.
|
## Nvim.
|
||||||
|
|
||||||
|
@ -83,5 +87,7 @@ Key|Action
|
||||||
`Space+j`|Resize split to the down.
|
`Space+j`|Resize split to the down.
|
||||||
`Space+k`|Resize split to the up.
|
`Space+k`|Resize split to the up.
|
||||||
`Space+l`|Resize split to the right.
|
`Space+l`|Resize split to the right.
|
||||||
|
`Space+p`|None.
|
||||||
|
`Space+n`|None.
|
||||||
|
|
||||||
More info in [Nvim doc.](Nvim.md)
|
More info in [Nvim doc.](Nvim.md)
|
||||||
|
|
Reference in a new issue