changed send group key to not conflict with C-g

This commit is contained in:
ndwarshuis 2019-04-25 11:51:07 -04:00
parent f466ec0d06
commit 06bc838015
1 changed files with 3 additions and 3 deletions

View File

@ -3045,9 +3045,9 @@ Everyone forgets keybindings. When typing a key chord, this will display a windo
(:send-line "M-i") (:send-line "M-i")
(:send-line-step "I" :exit nil) (:send-line-step "I" :exit nil)
(:send-line-follow "C-i") (:send-line-follow "C-i")
(:send-group "g") (:send-group "p")
(:send-group-step "G" :exit nil) (:send-group-step "P" :exit nil)
(:send-group-follow "C-g") (:send-group-follow "C-p")
(:send-region "r") (:send-region "r")
(:send-region-step "R" :exit nil) (:send-region-step "R" :exit nil)
(:send-region-follow "C-r") (:send-region-follow "C-r")