From 7217cc755b7ade78765c764429f1046a522f2a7d Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 16 Dec 2019 19:05:17 +0100 Subject: Bash input mode cursor shape. --- files/rcs/.inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/rcs/.inputrc b/files/rcs/.inputrc index 83e3a28..202ca16 100644 --- a/files/rcs/.inputrc +++ b/files/rcs/.inputrc @@ -5,6 +5,9 @@ set bell-style none # Set vi editing mode set editing-mode vi +set show-mode-in-prompt on +set vi-ins-mode-string \1\e[6 q\2 +set vi-cmd-mode-string \1\e[2 q\2 # Shows all possible matches the first time TAB is pressed instead of beeping. set show-all-if-ambiguous on -- cgit v1.2.1