Skip to content

Commit

Permalink
In tmux, leader-N creates new window
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Daines committed Apr 28, 2020
1 parent 094232f commit d79e474
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 @@ -35,6 +35,9 @@ bind C-a send-prefix
# Reload .tmux.conf with "r".
bind r source-file ~/.tmux.conf \; display "Reloaded!"

# Create a new window
bind N new-window -c "#{pane_current_path}"

# Split windows with a more visual set of characters.
bind | split-window -h
bind - split-window -v
Expand Down

0 comments on commit d79e474

Please sign in to comment.