Skip to content

Commit

Permalink
tmux: move status bar to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jul 26, 2024
1 parent fe6d77b commit 2da3e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/home-manager/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ in
# Same, for now windows
# bind c new-window -c "#{pane_current_path}"
# Move status bar to the top
set-option -g status-position top
'';
};

Expand Down

0 comments on commit 2da3e97

Please sign in to comment.