From 0e9ecb6051ad0a424befcd0cd4b72d5f1aa614de Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 2 Jun 2020 14:04:23 +0200 Subject: Rename focus -> focus-view --- contrib/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/config.sh') 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 -- cgit v1.2.3