From 697dca9bb667f9cdc012d1eb36347a23e4e9627a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 19 Oct 2020 11:13:56 -0700 Subject: move kill-region back M-z -> C-x C-d Experience has now convinced me that this is more ergonomic. --- .inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.inputrc') diff --git a/.inputrc b/.inputrc index c911e7f4..9e4afb48 100644 --- a/.inputrc +++ b/.inputrc @@ -3,7 +3,7 @@ $include /etc/inputrc # --- bindings "\C-@": set-mark -"\ez": kill-region +"\C-x\C-d": kill-region "\ew": copy-region-as-kill # --- settings -- cgit v1.2.3