diff options
author | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-06-20 17:02:06 +0200 |
commit | 461ba78442c1adeabe01059a57e36b429beffc71 (patch) | |
tree | aef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_host/Darwin/input/.inputrc | |
parent | 8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff) |
fix
Diffstat (limited to 'by_host/Darwin/input/.inputrc')
-rw-r--r-- | by_host/Darwin/input/.inputrc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/by_host/Darwin/input/.inputrc b/by_host/Darwin/input/.inputrc deleted file mode 100644 index 0fe68cf..0000000 --- a/by_host/Darwin/input/.inputrc +++ /dev/null @@ -1,20 +0,0 @@ -"\e[1~": beginning-of-line -"\e[4~": end-of-line -"\e[5~": history-search-backward -"\e[6~": history-search-forward -"\e[3~": delete-char -"\e[2~": quoted-insert -"\e[5C": forward-word -"\e[5D": backward-word -"\e\e[C": forward-word -"\e\e[D": backward-word - -set completion-ignore-case on -set expand-tilde on -set convert-meta off -set input-meta on -set output-meta on -set show-all-if-ambiguous on -set visible-stats on -set -o vi - |