summaryrefslogtreecommitdiff
path: root/.inputrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-28 21:53:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-31 18:49:40 -0700
commit025e0fea4a34e3af4cc0d5dcadd732268d8dd740 (patch)
tree1f59a8814aff0351b643ecd68d8f48bde05a59ff /.inputrc
parent58f84e8cfd058842635656ebc552514b9825fd14 (diff)
downloaddotfiles-025e0fea4a34e3af4cc0d5dcadd732268d8dd740.tar.gz
Emacs kill and copy bindings for readline
Diffstat (limited to '.inputrc')
-rw-r--r--.inputrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.inputrc b/.inputrc
index 4a34854b..80876097 100644
--- a/.inputrc
+++ b/.inputrc
@@ -2,8 +2,8 @@ $include /etc/inputrc
# --- bindings
-# "\C-x\C-r": re-read-init-file
-# "\C-x\C-a": universal-argument
+"\C-x\C-k": kill-region
+"\ew": copy-region-as-kill
# --- settings