adjust the control-s keybinding so that it behaves like the menu shortcut

keep the old keybinding on esc;% (only under linux)
This commit is contained in:
Robby Findler 2011-07-25 13:33:21 -04:00
parent e01ee43300
commit eba9c56d8c

View File

@ -1419,7 +1419,7 @@
(map "c:g" "hide-search") (map "c:g" "hide-search")
(map "f3" "unhide search and toggle focus") (map "f3" "unhide search and toggle focus")
(map "c:s" "search forward") (map "c:s" "unhide search and toggle focus")
(map "c:r" "search backward") (map "c:r" "search backward")
(case (system-type) (case (system-type)
[(unix) [(unix)