diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-10-18 19:01:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2010-10-18 19:01:07 +0000 |
commit | b0ad6e94bb49bc2f4be8feed79f1cb04731a81cc (patch) | |
tree | 1e7139af07370bac458cbda56f1062a05db53858 | |
parent | b2ae7c626164452d3a28b8acfce2493180387198 (diff) | |
download | rtmux-b0ad6e94bb49bc2f4be8feed79f1cb04731a81cc.tar.gz rtmux-b0ad6e94bb49bc2f4be8feed79f1cb04731a81cc.tar.bz2 rtmux-b0ad6e94bb49bc2f4be8feed79f1cb04731a81cc.zip |
+ttyfast.
-rw-r--r-- | FAQ | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -167,6 +167,8 @@ the ctrl (bit 5 set, for example ^[[5~ to ^[[5^) modifier in non-xterm(1) mode; it may be possible to configure vim to accept these, an example of how to do so would be welcome. +vim users may also want to set the "ttyfast" option inside tmux. + * Why doesn't elinks set the window title inside tmux? There isn't a way to detect if a terminal supports setting the window title, so @@ -255,4 +257,4 @@ lock(1) or vlock(1)) by using the following: bind x set lock-command '/usr/bin/vlock' \; lock-client \; set lock-command 'tput civis && read -s -n1' -$Id: FAQ,v 1.37 2010-07-31 11:46:28 nicm Exp $ +$Id: FAQ,v 1.38 2010-10-18 19:01:07 nicm Exp $ |