Show HN: Cockpit – create tmux panes and windows with ease
11–20 of 49 posts
Re: Show HN: Cockpit – create tmux panes and windows with ease
#12It's quite an indictment of the current state of our tooling (not just tmux) that such an application as this is necessary. Why isn't it easy to configure this in tmux itself, and persist the resulting configuration?
This doesn't let you persist ad hoc setups, but I have a `~/lib/tmux-code` file that I source from `~/.bash_profile` with entries like this: function ins-code { env_name=code long_name=insurance short_name=ins tmux_session=${short_name}-${env_name} if tmux list-sessions | grep ${tmux_session}; then tmux attach-session -t ${tmux_session} else cd ~/src/${long_name}/backend/app/models && \ tmux new-session -d -s ${tmux_…
Re: Show HN: Cockpit – create tmux panes and windows with ease
#13I thought about building something like this every time I messed with tmuxinator layouts. Nice!
Re: Show HN: Cockpit – create tmux panes and windows with ease
#14It's quite an indictment of the current state of our tooling (not just tmux) that such an application as this is necessary. Why isn't it easy to configure this in tmux itself, and persist the resulting configuration?
Re: Show HN: Cockpit – create tmux panes and windows with ease
#15Neat. I personally use https://github.com/tmuxinator/tmuxinator for this.
Re: Show HN: Cockpit – create tmux panes and windows with ease
#16Neat. I personally use https://github.com/tmuxinator/tmuxinator for this.
Re: Show HN: Cockpit – create tmux panes and windows with ease
#17Re: Show HN: Cockpit – create tmux panes and windows with ease
#18Re: Show HN: Cockpit – create tmux panes and windows with ease
#19Re: Show HN: Cockpit – create tmux panes and windows with ease
#20What I want is iTerm2 hotkeys for tmux so I don't have to remember both.