summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-07 13:59:54 -0400
committerJune McEnroe <june@causal.agency>2020-04-07 13:59:54 -0400
commit7d62762609c4014e33f731bd1809fd2319bfa203 (patch)
treeed0a606b5634dcde376ee1bfa047a211cce8e8f5
parentCheck ignores against id (diff)
downloadcatgirl-7d62762609c4014e33f731bd1809fd2319bfa203.tar.gz
catgirl-7d62762609c4014e33f731bd1809fd2319bfa203.zip
Revert "Add C-o as alias of M-/"
This reverts commit 3a156540b8d134b05d7c318ac047a0c690cdc950.

Decided I don't like having two keys do the same thing (other than
"special" keys).
Diffstat (limited to '')
-rw-r--r--catgirl.12
-rw-r--r--ui.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1
index a7c096c..623c314 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -441,8 +441,6 @@ Complete nick, channel, command or macro.
 Redraw the UI.
 .It Ic C-n
 Switch to next window.
-.It Ic C-o
-Switch to previously selected window.
 .It Ic C-p
 Switch to previous window.
 .It Ic C-v
diff --git a/ui.c b/ui.c
index ffaff45..1ff34fd 100644
--- a/ui.c
+++ b/ui.c
@@ -946,7 +946,6 @@ static void keyCtrl(wchar_t ch) {
 		break; case L'K': edit(id, EditDeleteTail, 0);
 		break; case L'L': clearok(curscr, true);
 		break; case L'N': uiShowNum(windows.show + 1);
-		break; case L'O': windowShow(windows.swap);
 		break; case L'P': uiShowNum(windows.show - 1);
 		break; case L'T': edit(id, EditTranspose, 0);
 		break; case L'U': edit(id, EditDeleteHead, 0);
'2022-07-26 16:07:59 -0400'>2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe