Merge
This commit is contained in:
commit
6aad7fa7fb
6 changed files with 66 additions and 38 deletions
15
config/tmux
15
config/tmux
|
@ -109,16 +109,9 @@ if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1
|
|||
if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1 -a #{$TMUX_VERSION_MINOR} -ge 8 \)'" 'unbind v; bind v split-window -h -c "#{pane_current_path}"'
|
||||
if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1 -a #{$TMUX_VERSION_MINOR} -ge 8 \)'" 'unbind %; bind % split-window -h -c "#{pane_current_path}"'
|
||||
|
||||
# Make mouse useful in copy mode
|
||||
#set -g mode-mouse on
|
||||
#set -g mouse-select-pane on
|
||||
#set -g mouse-resize-pane on
|
||||
#set -g mouse-select-window on
|
||||
|
||||
# Allow xterm titles in terminal window, terminal scrolling with scrollbar, and setting overrides of C-Up, C-Down, C-Left, C-Right
|
||||
# (commented out because it disables cursor navigation in vim)
|
||||
#set -g terminal-overrides "xterm*:XT:smcup@:rmcup@:kUP5=\eOA:kDN5=\eOB:kLFT5=\eOD:kRIT5=\eOC"
|
||||
|
||||
set -g history-limit 90000
|
||||
set -g alternate-screen on
|
||||
#set -s escape-time 50%
|
||||
|
||||
set -g mouse-utf8 on
|
||||
set -g mouse on
|
||||
set-option -g set-titles on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue