OT: Tmux/Screen are a little bit RSI inducing to me, to be used effectively. Any tips?
Use the Alt key to navigate around: https://github.com/nviennot/tmux-config
Workflow in tmux
11–20 of 62 posts
Re: Workflow in tmux
#12I really like the status bar with the arrow-breadcrumbs look. I will definitely be incorporating that into my config. If others are looking for a great config to start out with definitely check out Brian P. Hogan's tmux: Productive Mouse-Free Development [1]. It is a great quick intro to tmux that demos and steps through the creation of a great tmux.conf [1] http://pragprog.com/book/bhtmux/tmux
There are bindings for tmux, bash, zsh, vim, and ipython (among others).
Re: Workflow in tmux
#13To 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
Re: Workflow in tmux
#14OT: Tmux/Screen are a little bit RSI inducing to me, to be used effectively. Any tips?
Re: Workflow in tmux
#15To 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
What's wrong with using reattach-to-user-namespace?
Re: Workflow in tmux
#16I really like the status bar with the arrow-breadcrumbs look. I will definitely be incorporating that into my config. If others are looking for a great config to start out with definitely check out Brian P. Hogan's tmux: Productive Mouse-Free Development [1]. It is a great quick intro to tmux that demos and steps through the creation of a great tmux.conf [1] http://pragprog.com/book/bhtmux/tmux
The status bar with the arrow breadcrumbs is powerline: https://github.com/Lokaltog/powerline There are bindings for tmux, bash, zsh, vim, and ipython (among others).
Re: Workflow in tmux
#17To 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
Re: Workflow in tmux
#18OT: Tmux/Screen are a little bit RSI inducing to me, to be used effectively. Any tips?
Remap caps lock to be a ctrl key, then preferably remap your prefix key to a. Caps+a is way easier to type.
Re: Workflow in tmux
#19In OS X, there are multitudes of tools to allow you to manage windows. Spectacle is a simple one, Slate is extremely customizable.
Why not use the built-in OS X window manager to manager various windows rather than a console-based one? If you say the advantage is the shortcut keys, Slate lets you setup shortcut keys to do just about anything.
Can anyone give me a list of pros/cons for using a console-based window manager over a native one?
Re: Workflow in tmux
#20To 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
I gave up of tmux. Now I just use iterm2 split pane. It's working fine for me.