Skip to content

Commit

Permalink
open new tmux stuff in the same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 28, 2020
1 parent 62eb1cc commit fbdbdfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotfiles/tmux.nix
Expand Up @@ -24,6 +24,11 @@
# mouse
set -g mouse on
# open new terminals in the same working directory
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
'';
};
}

0 comments on commit fbdbdfa

Please sign in to comment.