Skip to content

Commit

Permalink
tmux: prefix + N
Browse files Browse the repository at this point in the history
ken-matsui committed Jan 6, 2025

Verified

This commit was signed with the committer’s verified signature.
ken-matsui Ken Matsui
1 parent 24029d6 commit 9c4bae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/tmux/tmux.conf
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ unbind -T prefix v

unbind -T prefix n
bind n new-window -a -c "#{pane_current_path}"
unbind -T prefix N
bind N new-window -c "#{pane_current_path}"

unbind -T prefix !
bind ! break-pane -a

0 comments on commit 9c4bae1

Please sign in to comment.