diff options
author | June McEnroe <june@causal.agency> | 2016-07-11 10:52:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-07-11 10:52:20 -0400 |
commit | a8d85077926b8ee93dbafb2fd00d50a90a2591d6 (patch) | |
tree | 460a1e98589de26007147e3daafde777c1395905 /.inputrc | |
parent | Highlight backquote strings in NASM (diff) | |
download | src-a8d85077926b8ee93dbafb2fd00d50a90a2591d6.tar.gz src-a8d85077926b8ee93dbafb2fd00d50a90a2591d6.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 |