27medkamal / tmux-session-wizard

One prefix to control all your session creation, naming, switching, etc using fzf & zoxide
MIT License
180 stars 14 forks source link

Add multiple keybindings #7

Closed catgoose closed 9 months ago

catgoose commented 9 months ago

Refactors session-wizard.tmux to allow for setting multiple keybindings and choosing the split character. Added functions and cleaned up code to make file more maintainable. Updated README.

27medkamal commented 9 months ago

This doesn't work on my machine, probably due to the -a option of read I've added a simpler solution which splits by space. Thanks for submitting this though.