From: Maximilian Friedersdorff Date: Fri, 18 Nov 2016 12:38:34 +0000 (+0000) Subject: Set horizontal scrolling off X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=7947b1fa5425f84c39fff5fcebdf3280fa7f3fa5;p=max%2Fdotfiles.git Set horizontal scrolling off --- 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