Skip to content

Commit

Permalink
open tmux new window on the same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Feb 11, 2021
1 parent 18d705f commit fecffe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminal/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ setw -g mode-keys vi
set -sg escape-time 10

# open split in current directory
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"

Expand Down

0 comments on commit fecffe1

Please sign in to comment.