| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
options for "mouse-this" and "mouse-that", mouse events may be bound as
keys and there is one option "mouse" that turns on mouse support
entirely (set -g mouse on).
See the new MOUSE SUPPORT section of the man page for description of the
key names and new flags (-t= to specify the pane or window under mouse
as a target, and send-keys -M to pass through a mouse event).
The default builtin bindings for the mouse are:
bind -n MouseDown1Pane select-pane -t=; send-keys -M
bind -n MouseDown1Status select-window -t=
bind -n MouseDrag1Pane copy-mode -M
bind -n MouseDrag1Border resize-pane -M
To get the effect of turning mode-mouse off, do:
unbind -n MouseDrag1Pane
unbind -temacs-copy MouseDrag1Pane
The old mouse options are now gone, set-option -q may be used to
suppress warnings if mixing configuration files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
entry:
F13-F24 are S-F1 to S-F12
F25-F36 are C-F1 to C-F12
F37-F48 are C-S-F1 to C-S-F12
F49-F60 are M-F1 to M-F12
and F61-F63 are M-S-F1 to M-S-F3
This should be no difference for applications inside tmux, but means
that any key binding for F13 will need to be replaced by S-F1 and so on.
|
|
|
|
| |
and handle the most common set. Pass them through if xterm-keys is on.
|
|
|
|
| |
George Nachman.
|
|
|
|
|
|
|
|
|
|
| |
separate options, prefix and prefix2. This simplifies the code and gets
rid the data options type which was only used for this one option.
Also add a -2 flag to send-prefix to send the secondary prefix key,
fixing a cause of minor irritation.
People who want three prefix keys are out of luck :-).
|
|
|
|
| |
confusion.
|
|
|
|
| |
Cunha.
|
| |
|
|
|
|
| |
combination. Display C-@, etc, as C-Space, in list-keys. By Micah Cowan.
|
| |
|
|
|
|
| |
ok nicm
|
|
|
|
| |
65... whoops.
|
|
|
|
| |
multiple modifiers.
|
|
|
|
| |
(basically xterm only) and even fewer have them in terminfo (kLFT2 and kRIT2).
|
|
|
|
|
| |
time now I've configured emacs to make them displayed in really annoying
colours...
|
| |
|
|
|
|
| |
keys, makes C-Space/M-Space etc resolve to the correct key code.
|
| |
|
| |
|
|
|
|
| |
guenther@. Also document how to bind " and ', suggested by miod@.
|
| |
|
|
|
|
|
|
| |
matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs
cap is often wrong or missing so it can't be used, and just assuming \177 may
be wrong.
|
| |
|
|
|
|
| |
wrap flag sets/clears/tests.
|
| |
|
|
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.
ok deraadt pirofti
|