Skip to content

Commit 01ff0a3

Browse files
committed
remove some other unused settings in .tmux.conf
1 parent b5d1b5a commit 01ff0a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.tmux.conf

+1-5
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,10 @@ setw -g aggressive-resize on
9393

9494
set -g display-panes-time 1000
9595
#set -g default-shell "/bin/bash"
96-
set -g default-terminal "xterm-256color"
96+
#set -g default-terminal "xterm-256color"
9797
#set -g terminal-overrides colors=256
9898
#set -g visual-activity on
9999
set -g history-limit 40960
100-
#set -g lock-command vlock
101-
#set -g lock-after-time 600
102-
#bind l lock-client
103-
#bind C-l lock-client
104100

105101
# STATUS BAR
106102
set -g status-bg black

0 commit comments

Comments
 (0)