diff --git a/.doc/Navigation.md b/.doc/Navigation.md index ab9ec13..5f5a6d7 100644 --- a/.doc/Navigation.md +++ b/.doc/Navigation.md @@ -28,6 +28,8 @@ Key|Action `Super+j`|None. `Super+k`|None. `Super+l`|None. +`Super+p`|None. +`Super+n`|None. ## Tmux. @@ -57,6 +59,8 @@ Key|Action `Meta+j`|Resize split to the down. `Meta+k`|Resize split to the up. `Meta+l`|Resize split to the right. +`Meta+p`|Scroll up. +`Meta+n`|Scroll down. ## Nvim. @@ -83,5 +87,7 @@ Key|Action `Space+j`|Resize split to the down. `Space+k`|Resize split to the up. `Space+l`|Resize split to the right. +`Space+p`|None. +`Space+n`|None. More info in [Nvim doc.](Nvim.md)