mirror of
https://github.com/tmux/tmux.git
synced 2024-12-25 02:48:47 +00:00
Regress typos.
This commit is contained in:
parent
6da520c5a1
commit
0a0ded3268
@ -12,7 +12,7 @@ set-window-option -g pane-base-index 1
|
|||||||
unbind ^B
|
unbind ^B
|
||||||
bind ^B select-pane -t :.+
|
bind ^B select-pane -t :.+
|
||||||
|
|
||||||
# Reload config wtih a key
|
# Reload config with a key
|
||||||
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"
|
bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"
|
||||||
|
|
||||||
# Mouse works as expected
|
# Mouse works as expected
|
||||||
|
@ -24,7 +24,7 @@ set-option -g default-terminal 'screen-256color'
|
|||||||
# allow Vim to receive focus events from terminal window
|
# allow Vim to receive focus events from terminal window
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
|
||||||
# allow Vim to recieve modifier keys: Shift, Control, Alt
|
# allow Vim to receive modifier keys: Shift, Control, Alt
|
||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
|
|
||||||
# prevent tmux from catching modifier keys meant for Vim
|
# prevent tmux from catching modifier keys meant for Vim
|
||||||
|
@ -552,7 +552,7 @@ setw -g status-keys emacs
|
|||||||
# Changelog: https://github.com/tmux/tmux/blob/master/CHANGES
|
# Changelog: https://github.com/tmux/tmux/blob/master/CHANGES
|
||||||
|
|
||||||
# style colors: default, black, red, green, yellow, blue, magenta, cyan, white,
|
# style colors: default, black, red, green, yellow, blue, magenta, cyan, white,
|
||||||
# colour0-colour255, hexdecimal RGB string '#ffffff'
|
# colour0-colour255, hexadecimal RGB string '#ffffff'
|
||||||
# Use $SCRIPTS/bash/256-colors.sh to figure out the color number you want
|
# Use $SCRIPTS/bash/256-colors.sh to figure out the color number you want
|
||||||
# style attributes: none, bold/bright, dim, underscore, blink, reverse, hidden,
|
# style attributes: none, bold/bright, dim, underscore, blink, reverse, hidden,
|
||||||
# or italics
|
# or italics
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# none of these attempts worked, to bind keys, except sometimes during the sesssion. Oh well.
|
# none of these attempts worked, to bind keys, except sometimes during the session. Oh well.
|
||||||
# I thought maybe that was because F1 is handled differently in a console than in X, but
|
# I thought maybe that was because F1 is handled differently in a console than in X, but
|
||||||
# even just C-1 didnt work. Using just "a" or "x" as the key did, but not yet sure why not "C-".
|
# even just C-1 didn't work. Using just "a" or "x" as the key did, but not yet sure why not "C-".
|
||||||
#bind-key -T root C-1 attach-session -t$0
|
#bind-key -T root C-1 attach-session -t$0
|
||||||
#But this one works now, only picks the wrong one? Mbe need2understand what "$1" or $0 mean, better,
|
#But this one works now, only picks the wrong one? Mbe need2understand what "$1" or $0 mean, better,
|
||||||
#but with the stub maybe this doesn't matter:
|
#but with the stub maybe this doesn't matter:
|
||||||
@ -47,7 +47,7 @@ select-window -t :=3
|
|||||||
#$3 for email (mutt)
|
#$3 for email (mutt)
|
||||||
new-session sula
|
new-session sula
|
||||||
new-window sula ; send-keys mutt Enter
|
new-window sula ; send-keys mutt Enter
|
||||||
#nah, probly betr not?:
|
#nah, probably better not?:
|
||||||
#send-keys -l z
|
#send-keys -l z
|
||||||
#send-keys -l "thepassifdecide"
|
#send-keys -l "thepassifdecide"
|
||||||
#send-keys Enter
|
#send-keys Enter
|
||||||
|
@ -63,7 +63,7 @@ bind N command-prompt -p hosts: 'run-shell -b "bash -c \"~/lbin/nw %% >/dev/null
|
|||||||
#05:59 < Celti> annihilannic: I believe the #{pane_in_mode} format does what you want
|
#05:59 < Celti> annihilannic: I believe the #{pane_in_mode} format does what you want
|
||||||
#05:59 < Celti> put it in your statusline
|
#05:59 < Celti> put it in your statusline
|
||||||
#05:59 < Celti> annihilannic: No, my mistake, I should have read farther down, you want #{pane_synchronized}
|
#05:59 < Celti> annihilannic: No, my mistake, I should have read farther down, you want #{pane_synchronized}
|
||||||
# only works in tmux 2.0?, higher than 1.6.3 anyawy
|
# only works in tmux 2.0?, higher than 1.6.3 anyway
|
||||||
set-option -g window-status-format ' #I:#W#F#{?pane_synchronized,S,}'
|
set-option -g window-status-format ' #I:#W#F#{?pane_synchronized,S,}'
|
||||||
#set-option -g window-status-current-format ' #I:#W#{?pane_synchronized,[sync],}#F'
|
#set-option -g window-status-current-format ' #I:#W#{?pane_synchronized,[sync],}#F'
|
||||||
# to highlight in red when sync is on... not sure why I did this with set-window-option instead of set-option, perhaps
|
# to highlight in red when sync is on... not sure why I did this with set-window-option instead of set-option, perhaps
|
||||||
|
Loading…
Reference in New Issue
Block a user