Removing old tmux commands from tmux.conf
This commit is contained in:
@@ -10,7 +10,7 @@ set -g base-index 1
|
|||||||
|
|
||||||
# Status bar is on top.
|
# Status bar is on top.
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-utf8 on
|
#set -g status-utf8 on
|
||||||
|
|
||||||
# Keep this much of history per window.
|
# Keep this much of history per window.
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
@@ -23,8 +23,8 @@ setw -g xterm-keys on
|
|||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
# Setup 'v' to begin selection as in Vim
|
# Setup 'v' to begin selection as in Vim
|
||||||
bind-key -t vi-copy v begin-selection
|
#bind-key -t vi-copy v begin-selection
|
||||||
bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
|
#bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
|
||||||
# Update default binding of 'Enter' to also use copy-pipe
|
# Update default binding of 'Enter' to also use copy-pipe
|
||||||
#unbind -t vi-copy Enter
|
#unbind -t vi-copy Enter
|
||||||
#bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
|
#bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
|
||||||
@@ -41,21 +41,21 @@ bind l select-pane -R
|
|||||||
#bind -r C-l resize-pane -R
|
#bind -r C-l resize-pane -R
|
||||||
|
|
||||||
#No mouse
|
#No mouse
|
||||||
set -g mode-mouse off
|
#set -g mode-mouse off
|
||||||
set -g mouse-select-pane off
|
#set -g mouse-select-pane off
|
||||||
set -g mouse-resize-pane off
|
#set -g mouse-resize-pane off
|
||||||
set -g mouse-select-window off
|
#set -g mouse-select-window off
|
||||||
|
|
||||||
bind m \
|
# bind m \
|
||||||
set -g mode-mouse on \;\
|
# set -g mode-mouse on \;\
|
||||||
set -g mouse-resize=pane on \;\
|
# set -g mouse-resize=pane on \;\
|
||||||
set -g mouse-select-pane on \;\
|
# set -g mouse-select-pane on \;\
|
||||||
set -g mouse-select-window on \;\
|
# set -g mouse-select-window on \;\
|
||||||
display 'Mouse: ON'
|
# display 'Mouse: ON'
|
||||||
bind M \
|
# bind M \
|
||||||
set -g mode-mouse off \;\
|
# set -g mode-mouse off \;\
|
||||||
set -g mouse-resize=pane off \;\
|
# set -g mouse-resize=pane off \;\
|
||||||
set -g mouse-select-pane off \;\
|
# set -g mouse-select-pane off \;\
|
||||||
set -g mouse-select-window off \;\
|
# set -g mouse-select-window off \;\
|
||||||
display 'Mouse: OFF'
|
# display 'Mouse: OFF'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user