Skip to content

Commit

Permalink
session
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwa committed Apr 21, 2020
1 parent 06fb8fa commit 0f2f3ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ bind-key -n "S-Left" select-window -t :-
bind-key -n "S-Right" select-window -t :+
bind-key -nr "C-Left" select-window -t :-
bind-key -nr "C-Right" select-window -t :+

# if run as "tmux attach", create a session if one does not already exist
new-session -n $HOST

0 comments on commit 0f2f3ee

Please sign in to comment.