Skip to content

Commit

Permalink
Tmux: minor tweaks
Browse files Browse the repository at this point in the history
- otherwise fails to save history on fresh installs
  • Loading branch information
gmarik committed Feb 4, 2023
1 parent 7e87a56 commit d682742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .tmux.conf
@@ -1,3 +1,6 @@
# vim: ft=tmux ts=2 et:

# leader binding
unbind C-b
set -g prefix M-a

Expand Down Expand Up @@ -132,5 +135,3 @@ set-option -g status-right ''

set-option -g status-right-length 1000
set-option -g status-left-length 60

# vim:ft=sh

0 comments on commit d682742

Please sign in to comment.