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-sinstead ofctrl-b✅ - There is no need ever to send
ctrl-sto 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 rshould reload tmux config ✅- Splits should be easier -
prefix \should split vertically andprefix -should split vertically ✅ - Top levelAlt \andAlt -should have a similar effect Alt + directionshould move active view to specific pane ✅Shift + directionshould switch between windows ✅Alt-sshould allow to switch between sessions ✅- Copying and pasting in tmux should work as expected 🚧