From 7aee46df7c3831b4e78797e5f230975d63b4b40d Mon Sep 17 00:00:00 2001 From: desktop Date: Sat, 6 Jan 2024 05:39:21 +0300 Subject: [PATCH] Navigation : Add info about Tmux scroll. --- .doc/Navigation.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)