From 706e4a1b3274405924b2244301e2e656b5db621a Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 31 Aug 2024 09:46:59 +0200 Subject: [PATCH] Prev/next screen mappings for macos terminal --- .screenrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.screenrc b/.screenrc index d28ad3a..26e2924 100644 --- a/.screenrc +++ b/.screenrc @@ -24,6 +24,8 @@ activity "%c activity -> %n%f %t^G" # Alt Left/Right = switch windows bindkey "^[[1;3D" prev bindkey "^[[1;3C" next +bindkey "^[b" prev +bindkey "^[f" next # Alt N = new window bindkey "^[n" screen