From f2a60050196ce9a0b5cbcf2fa380356272373a59 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 7 Nov 2016 13:40:43 -0600 Subject: [PATCH] vi-mode in bash isn't that great --- env/sh/bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/env/sh/bashrc b/env/sh/bashrc index 1ad0ca9..52dd248 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -176,9 +176,6 @@ if [ -t 0 ]; then cd "$HOME/.." fi - # vi modes in the terminal prompt - set -o vi - # except we still want some things to work the old fashioned way bind -f "$HOME/.inputrc" fi