tmux config from scratch (WIP)
This will be an attempt to create the tmux config that I want from the start. In the past I have started with someone's config like oh my tmux with some customization on top. I think it is time that I start listing what I want to do - based on my experience using tmux and just configure tmux with the things that I need and remove all the bloat. I am going to try to go from scratch.
Will publish the changes to: https://github.com/asdfg-win/confighell
List of Requirements (Based on Usage)
- Local prefix has to be
ctrl-s
instead ofctrl-b
✅ - There is no need ever to send
ctrl-s
to the process as in bash, it is supposed to hang the terminal output - which can be resumed withctrl-q
. So, will not add the appropriate send-prefix line with it prefix r
should reload tmux config ✅- Splits should be easier -
prefix \
should split vertically andprefix -
should split vertically ✅ - Top levelAlt \
andAlt -
should have a similar effect Alt + direction
should move active view to specific pane ✅Shift + direction
should switch between windows ✅Alt-s
should allow to switch between sessions ✅- Copying and pasting in tmux should work as expected 🚧