Skip to content

Commit

Permalink
tmux: enable status bar and update config path
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Dec 7, 2023
1 parent 740cda7 commit 66b21e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set-option -g prefix C-a
bind-key C-a send-prefix

# Reload configuration
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux reloaded"

# Switch panes
bind-key -n M-h select-pane -L
Expand Down Expand Up @@ -142,7 +142,8 @@ bind-key H new-window "htop" \; set-option -w monitor-activity off
# Mode
set-option -g mode-style bg=brightblack,fg=default

# Status position
# Status
set-option -g status on
set-option -g status-position top

# Status update interval
Expand Down

0 comments on commit 66b21e8

Please sign in to comment.