From 065f4c4c4e29e2f92c82967351f5cab1f85b3cfa Mon Sep 17 00:00:00 2001 From: rking Date: Fri, 13 Apr 2012 18:36:08 -0400 Subject: Add tip about Alt+_ window switching. - Paragraph about how it is better to use Alt+[0-9qwertyuio] than Esc+[0-9qwertyuio] - How to fix metaSendsEscape for xterm. --- vim-mode/README.pod | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'vim-mode') diff --git a/vim-mode/README.pod b/vim-mode/README.pod index 83962ff..b6e10f6 100644 --- a/vim-mode/README.pod +++ b/vim-mode/README.pod @@ -141,6 +141,37 @@ a command such as: "C" +=head3 Quick Window Switching + +If you are in the habit of using C for switching windows, you might +want to consider switching to using C. This is faster, anyway, but it +will be even faster for you while you're using F. Also, if you +don't already know, you can use C to access windows 11-19 +(the letter corresponds to the number northwest of it on the keyboard). + +Also, for xterm users, the default binding is to emit a skimpy set of +non-ASCII chars, such as superscript-2 when you hit C. There are more +modern ways to input such characters, and they get in the way of the above +trick. Doing: + + echo '*VT100*metaSendsEscape: true' >> ~/.Xresources + xrdb -merge ~/.Xresources + +...then restart xterm. The C command should only be necessary for the +current X session, as that file is read by default in most X startup scripts. +If it is not, you can add that line to your C<~/.xsession> or C<~/.xinitrc>, +whichever is in use. Furthermore, if you want to change this setting on a +running xterm (for example, because you're running C directly, not from +within C even though you should!), you can use C. It is one +of those crufty old X11 applications that is not very well understood, today, +but to use it you go to C Get Tree>, then click on the xterm, +then click on the C box, then go to C Show Resource +Box>. From there the C resource should be visible so you can +click on it (if it isn't, fiddle with the odd scrollbar on the left of the +window). Finally, enter C in the "Enter Resource Value" box and hit +C. Not terribly simple, but at least it will save you the noob move of +C + =head3 FILE-BASED CONFIGURATION Additionally to the irssi settings described in L, vim_mode -- cgit v1.2.3