diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-11 10:52:20 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-07-11 10:52:20 -0400 |
commit | bfc53cccb61f8192ece7681e8e3eaac94d77f914 (patch) | |
tree | 45321602acec8d5122812fee32b0776ceabcb7db /.inputrc | |
parent | Highlight backquote strings in NASM (diff) | |
download | src-bfc53cccb61f8192ece7681e8e3eaac94d77f914.tar.gz src-bfc53cccb61f8192ece7681e8e3eaac94d77f914.zip |
Use vi editing mode in readline
Dear lord why have I let myself suffer without this? Embarrassing.
Diffstat (limited to '')
-rw-r--r-- | .inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 00000000..b2cc9d61 --- /dev/null +++ b/.inputrc @@ -0,0 +1 @@ +set editing-mode vi |