Earlier quoted context omitted.
That's interesting. I practically never use the mouse to switch between windows in OS X or Windows. The biggest problem I have with tmux is vertical splits don't work with native copy-paste because the selection goes across both panes. Using multiple terminal windows, on the other hand, doesn't have that issue.
Native copy/paste typically requires a mouse. using tmux's copy-mode and pasting doesn't require a mouse an still stays inside panes.
Workflow in tmux
41–50 of 62 posts
Re: Workflow in tmux
#42Earlier quoted context omitted.
stumpwm is a window manager. tmux is a terminal multiplexer. They are not the same thing and using one does not preclude using the other.
*Started using tmux, then realized for my needs stumpwm was better. Obviously these are two different beasts. I still often use tmux on remote server for instance. However, if you use tmux locally, then a tiling manager might be better.
Re: Workflow in tmux
#43Re: Workflow in tmux
#44Earlier quoted context omitted.
I used to do this all of the time in screen, but I haven't done so since switching to tmux (haven't run upon the situation). You've inspired me to look into it. First, terminology. I know that tmux has: servers, clients, windows, sessions, and panes, but I've never bothered to understand how they fit together. * server - The server is a process that listens on a unix socket, and accepts connections from clients. Each…
This is so much more complicated! When using byobu I use F3 and F4 to cycle to previous and next window. I can't understand why they think that by default I want all of the viewers to switch at once.
I'm glad you raised this issue because I've only recently moved to tmux and would have been stung by it.
Could you abstract it away behind a shell alias? I used this:
alias tmuxc='tmux new-session -t 0'Re: Workflow in tmux
#45To get copy/paste to play nice in OSX you have to go through some Herculean tasks. I made it work with netcat yesterday. I was running an http server to do it :) https://github.com/base698/tmux-copy-paste-mac-osx
works for me.
Re: Workflow in tmux
#46Re: Workflow in tmux
#47Earlier quoted context omitted.
That's interesting. I practically never use the mouse to switch between windows in OS X or Windows. The biggest problem I have with tmux is vertical splits don't work with native copy-paste because the selection goes across both panes. Using multiple terminal windows, on the other hand, doesn't have that issue.
Native copy/paste typically requires a mouse. using tmux's copy-mode and pasting doesn't require a mouse an still stays inside panes.
Re: Workflow in tmux
#48Earlier quoted context omitted.
stumpwm is a window manager. tmux is a terminal multiplexer. They are not the same thing and using one does not preclude using the other.
*Started using tmux, then realized for my needs stumpwm was better. Obviously these are two different beasts. I still often use tmux on remote server for instance. However, if you use tmux locally, then a tiling manager might be better.
Re: Workflow in tmux
#49Earlier quoted context omitted.
He is using the vim-powerline bundle for vim, but it looks like you're right about the tmux config.
tmux has its own powerline: https://github.com/erikw/tmux-powerline
Re: Workflow in tmux
#50To get copy/paste to play nice in OSX you have to go through some Herculean tasks. I made it work with netcat yesterday. I was running an http server to do it :) https://github.com/base698/tmux-copy-paste-mac-osx