update tmux.conf

This commit is contained in:
hophacker 2018-09-06 16:24:13 +08:00
parent d2118ef246
commit 75fa547070
2 changed files with 2 additions and 9 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ bin/subl
tags
.idea
git/gitconfig
.DS_Store

View File

@ -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
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-option -g base-index 1
set-window-option -g pane-base-index 1
set-window-option -g mouse on
# color scheme (styled as vim-powerline)
set -g status-left-length 52
@ -95,7 +91,3 @@ bind r source-file ~/.tmux.conf \; display "Reloaded!"
# Local config
if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user'
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'