The big problem I always have with tmux is that is messes up all of the colors in my Vim.
set background=dark
set t_Co=16
let g:solarized_termcolors=16
colorscheme solarized31–40 of 218 posts
The big problem I always have with tmux is that is messes up all of the colors in my Vim.
set background=dark
set t_Co=16
let g:solarized_termcolors=16
colorscheme solarizedYou could talk about binds without prefix, sessions, customized status bar, pane swapping, bind keys to script launching, plugins, pane highlighting...
And the best feature of all for me: maximized pane toggle. I use that ALL the time.
I never could find all features I needed from an emulator (plus, I want a drop-down terminal), Tmux have them all and more and I'm not dependent of a specific emulator.
Does mouse copy and paste work correctly with tmux? I find that it selects spans across multiple panes. Is there a way to fix this or Windows or Linux?
Yesterday I was helping a friend setting a box with no graphical session: I fired up tmux in the linux virtual terminal and then proceeded to realize without my tmux.conf I couldn't do a thing because I have always been using entirely different keybindings from the default. This is the problem with too much customization. Learning to use the default configuration may be difficult but it's probably worth the effort, f…
Earlier quoted context omitted.
Sessions are the killer feature for me. I have a session for each project I work on and can have all my tabs, panes, vim, etc set up and switch between them at any time. Sessions can be persisted so that even if I reboot my machine all my project workspace configurations are saved and ready to go.
How do you persist sessions between reboots?
Does mouse copy and paste work correctly with tmux? I find that it selects spans across multiple panes. Is there a way to fix this or Windows or Linux?
You can either maximize your pane (which is the best feature of tmux for me :)) or use the copy-mode (so, not the mouse)
What's the advantage of tmux over something like terminator with pane splitting?