diff options
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/config.sh b/contrib/config.sh index eb7ec43..18c6d68 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -13,8 +13,8 @@ riverctl map normal $mod Q close riverctl map normal $mod E exit # Mod+J and Mod+K to focus the next/previous view in the layout stack -riverctl map normal $mod J focus next -riverctl map normal $mod K focus previous +riverctl map normal $mod J focus-view next +riverctl map normal $mod K focus-view previous # Mod+Period and Mod+Comma to focus the next/previous output riverctl map normal $mod Period focus-output next |
