update tmux.conf
This commit is contained in:
parent
d2118ef246
commit
75fa547070
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ bin/subl
|
|||||||
tags
|
tags
|
||||||
.idea
|
.idea
|
||||||
git/gitconfig
|
git/gitconfig
|
||||||
|
.DS_Store
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
# List of plugins
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
||||||
|
|
||||||
# Ring the bell if any background window rang a bell
|
# Ring the bell if any background window rang a bell
|
||||||
set -g bell-action any
|
set -g bell-action any
|
||||||
|
|
||||||
@ -49,6 +44,7 @@ bind E setw synchronize-panes off
|
|||||||
# set first window to index 1 (not 0) to map more to the keyboard layout...
|
# set first window to index 1 (not 0) to map more to the keyboard layout...
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set-window-option -g pane-base-index 1
|
set-window-option -g pane-base-index 1
|
||||||
|
set-window-option -g mouse on
|
||||||
|
|
||||||
# color scheme (styled as vim-powerline)
|
# color scheme (styled as vim-powerline)
|
||||||
set -g status-left-length 52
|
set -g status-left-length 52
|
||||||
@ -95,7 +91,3 @@ bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
|||||||
|
|
||||||
# Local config
|
# Local config
|
||||||
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'
|
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user