From 025e0fea4a34e3af4cc0d5dcadd732268d8dd740 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 May 2020 21:53:05 -0700 Subject: Emacs kill and copy bindings for readline --- .inputrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.inputrc') 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 -- cgit v1.2.3