1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-11 15:33:24 -07:00

add an exec vim bind to tmux

this should help me avoid process-suspension hell.
This commit is contained in:
Connor Olding 2021-10-18 17:35:22 -07:00
parent b04c717608
commit 3220e10862

View File

@ -89,3 +89,5 @@ bind b split-window -v
bind x kill-pane
# doesn't override anything?
bind e detach-client -E 'exit 1'
# doesn't override anything?
bind a new-window 'exec vim'