You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another method is to create an zsh nle (new line editor) widget, it's a bit more text but has the benefit of not actually typing out tmux-sessionizer into the terminal, which was bugging me.
Hey @ThePrimeagen! Just came from the frontend masters course. Couldn't stand that the
bindkey -s ^f "tmux-sessionizer\n"
binding appends to whatever is already on the input.
This seems to do the trick (on mac at least)
Whatever was on the terminal before will be added back when you exit
tmux
Couldn't find anywhere what
^q
actually does, but it seems to remove the input, let you run one command and then add back the input!The text was updated successfully, but these errors were encountered: