Merge branch 'master' of https://github.com/Eragos/dotfiles
This commit is contained in:
10
.tmux.conf
10
.tmux.conf
@@ -28,10 +28,10 @@ set-option -g visual-silence off
|
|||||||
set-option -g bell-action none
|
set-option -g bell-action none
|
||||||
|
|
||||||
# mouse
|
# mouse
|
||||||
set-window-option -g mouse-mode on
|
set -g mode-mouse on
|
||||||
set-option -g mouse-select-window on
|
set -g mouse-select-pane on
|
||||||
set-option -g mouse-select-pane on
|
set -g mouse-resize-pane
|
||||||
set-option -g mouse-resize-pane on
|
set -g mouse-select-window on
|
||||||
|
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
@@ -140,4 +140,4 @@ bind-key C-b last-window
|
|||||||
### special settings for MacOS
|
### special settings for MacOS
|
||||||
##########################################
|
##########################################
|
||||||
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
||||||
set-option -g default-command "reattach-to-user-namespace -l bash"
|
#set-option -g default-command "reattach-to-user-namespace -l bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user