X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/407ae92dabd289e071bbb3122acf35b336606a9e..9aa30f1959d3a31427d0db425d7bd47641c1829d:/.inputrc diff --git a/.inputrc b/.inputrc index a204c4f..2f2bf0a 100644 --- a/.inputrc +++ b/.inputrc @@ -2,29 +2,5 @@ set mark-symlinked-directories on set completion-ignore-case on set completion-map-case on set show-all-if-ambiguous on - -set editing-mode vi - -set keymap vi-insert -"\C-l": clear-screen -"\e[2~": quoted-insert -"\e[3~": vi-delete -"\e[1~": beginning-of-line -"\e[4~": end-of-line -"\e[5~": beginning-of-history -"\e[6~": end-of-history - -set keymap vi-command -"\C-l": clear-screen -"\e[2~": quoted-insert -"\e[3~": vi-delete -"\e[1~": beginning-of-line -"\e[4~": end-of-line -"\e[5~": beginning-of-history -"\e[6~": end-of-history -"": backward-char -"gg": beginning-of-history -"G": end-of-history -"{": complete-into-braces -"*": insert-completions - +set colored-stats on +set match-hidden-files off \ No newline at end of file