Skip to content

Commit

Permalink
Update tuissh Tmux window name.
Browse files Browse the repository at this point in the history
  • Loading branch information
smstong committed Nov 19, 2024
1 parent 41bc3ee commit 332fac8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions tmux.conf
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix

set-option -g status-bg black

set-option -g status-fg white
set-option -g status-position top
set-option -g status-left 'tuissh'
set-option -g status-left ' '
set-option -g status-right ' '

set-option -g default-command "true"

bind-key h select-window -t 'tuissh'

#set-option -g default-command "true"
new-session -s 's_tuissh'
new-window -n 'tuissh' $TUISSH_PATH
select-window -t 'tuissh'
bind-key h select-window -t 'TUISSH'

new-session -s 's_TUISSH'
new-window -n 'TUISSH' $TUISSH_PATH
select-window -t 'TUISSH'

0 comments on commit 332fac8

Please sign in to comment.