From 7947b1fa5425f84c39fff5fcebdf3280fa7f3fa5 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 18 Nov 2016 12:38:34 +0000 Subject: [PATCH] Set horizontal scrolling off --- bash/.inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.inputrc b/bash/.inputrc index c362bfc..9d4ca57 100644 --- a/bash/.inputrc +++ b/bash/.inputrc @@ -1,2 +1,4 @@ set editing-mode vi set keymap vi-command + +set horizontal-scroll-mode Off -- 2.45.2