From d5f8df8c06b7202db1531a2cb0ba130a1d9d5ea7 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Sat, 14 Nov 2020 11:59:50 +0100 Subject: [PATCH] Turn off arrow keys by default - too buggy for my taste --- conf/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.toml b/conf/config.toml index 3cd028b..8d41589 100644 --- a/conf/config.toml +++ b/conf/config.toml @@ -3,5 +3,5 @@ sesswatchPeriodSeconds = 120 sesshistInitHistorySize = 1000 debug = false bindArrowKeysBash = false -bindArrowKeysZsh = true +bindArrowKeysZsh = false bindControlR = true