Skip to content

Commit

Permalink
Merge pull request #15 from geekzter/tmux-update
Browse files Browse the repository at this point in the history
tmux 3.0
  • Loading branch information
geekzter authored Feb 15, 2022
2 parents 2f1194c + a244c79 commit a162e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
set -g default-terminal "screen-256color"
set -g status-bg default
set -g status-fg colour244
set -g window-status-current-bg default
#set -g window-status-current-style bg=default
set -g window-status-current-fg colour244
#set -g window-status-current-style fg=colour244
#set -g window-status-current-attr bold
set-option -g status-style bg=default,fg=yellow,dim
set-window-option -g window-status-style fg=brightblue,bg=default,dim
set-window-option -g window-status-current-style fg=brightred,bg=default,bright
set -g status-interval 60
set -g status-left-length 55
set -g status-left '#[fg=colour244] branch:#(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD) session:#S '
Expand All @@ -24,4 +22,4 @@ set-option -g prefix C-b
bind-key -n C-d detach-client
bind-key -n C-k kill-session
bind-key -n C-q kill-session # Does not work in VSCode
bind-key -n C-r source-file ~/.tmux.conf
bind-key -n C-r source-file ~/.tmux.conf
2 changes: 1 addition & 1 deletion macOS/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ brew "telnet"
#brew "hashicorp/tap/terraform"
brew "tfenv"
brew "tflint"
brew "tmux@2.6"
brew "tmux"
brew "typescript"
brew "util-linux"
brew "vsts-cli"
Expand Down

0 comments on commit a162e12

Please sign in to comment.