From 06bc8380152f89b93f9f210d9b4bf5d64302d785 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 25 Apr 2019 11:51:07 -0400 Subject: [PATCH] changed send group key to not conflict with C-g --- conf.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.org b/conf.org index acbd045..73e6e3a 100644 --- a/conf.org +++ b/conf.org @@ -3045,9 +3045,9 @@ Everyone forgets keybindings. When typing a key chord, this will display a windo (:send-line "M-i") (:send-line-step "I" :exit nil) (:send-line-follow "C-i") - (:send-group "g") - (:send-group-step "G" :exit nil) - (:send-group-follow "C-g") + (:send-group "p") + (:send-group-step "P" :exit nil) + (:send-group-follow "C-p") (:send-region "r") (:send-region-step "R" :exit nil) (:send-region-follow "C-r")