Use same find-dialogs as other bind-files also for x?emacs

This commit is contained in:
Kornel Benko 2021-02-15 11:00:02 +01:00
parent 22542700a7
commit 6212d939b4
2 changed files with 6 additions and 6 deletions

View File

@ -54,9 +54,9 @@ Format 5
# this is "quoted-insert" a total different meaning from "quote-insert"
\bind "C-q" "self-insert \""
#bind "C-r" "------"
\bind "C-s" "dialog-show findreplace"
\bind "C-S-s" "dialog-show findreplaceadv"
\bind "M-~S-percent" "dialog-show findreplaceadv"
\bind "C-s" "dialog-toggle findreplace"
\bind "C-S-s" "dialog-toggle findreplaceadv"
\bind "M-~S-percent" "dialog-toggle findreplaceadv"
\bind "C-t" "chars-transpose"

View File

@ -53,9 +53,9 @@ Format 5
# this is "quoted-insert" a total different meaning from "quote-insert"
\bind "C-q" "self-insert \""
#bind "C-r" "------"
\bind "C-s" "dialog-show findreplace"
\bind "C-S-s" "dialog-show findreplaceadv"
\bind "M-~S-percent" "dialog-show findreplaceadv"
\bind "C-s" "dialog-toggle findreplace"
\bind "C-S-s" "dialog-toggle findreplaceadv"
\bind "M-~S-percent" "dialog-toggle findreplaceadv"
# should be "chars-transpose" (swaps two chars)
#bind "C-t" "------"