Skip to content

Commit

Permalink
tmux: add binding for bin/n
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jan 22, 2025
1 parent 53275c9 commit 7796661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bind-key P command-prompt -p "join pane from: " "join-pane -h -s '%%'"
bind-key b break-pane
bind-key f split-window -v ~/.bin/tmux-session-history

bind-key e run-shell '~/nix-config/home/bin/edit-dotfiles'
bind-key e run-shell '~/nix-config/home/bin/n'

# Break session in current directory if in tmux
bind-key C-b send-keys 'tat && exit' 'C-m'
Expand Down

0 comments on commit 7796661

Please sign in to comment.