summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-26 09:01:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-29 18:36:23 -0700
commit7970fab4b7b1e9db227d8ceb3b5493ed61c10fb7 (patch)
tree4ebfebc12357b8468635393dda5b82445354c126 /.inputrc
parent0be414d12c5f171de1d3dbea7cf8ff0ba45de160 (diff)
downloaddotfiles-7970fab4b7b1e9db227d8ceb3b5493ed61c10fb7.tar.gz
add some additional Emacs-style bindings for readline
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc
index cf9ea3e8..eca7e7aa 100644
--- a/.inputrc
+++ b/.inputrc
@@ -2,6 +2,9 @@
"\C-x\C-d": kill-region
"\ew": copy-region-as-kill
"\C-xxg": revert-line
+"\C-/": undo
+"\ei": tab-insert
+"\e\\": delete-horizontal-space
# previous-history, next-history and reverse-search-history are very
# frequently used, so perhaps we shouldn't rebind them, because doing so makes