Earlier quoted context omitted.
I know! It's really bizarre. It's almost like some people have different preferences from you or something. Let's spend more time talking about how people with different preferences are weird and stupid.
Are there really people who prefer to learn from thin-repackage ebooks and ghetto screencasts?
A Tmux Crash Course (2011)
81–85 of 85 posts
Re: A Tmux Crash Course (2011)
#82Earlier quoted context omitted.
Have you tried tmux's mouse modes? You can use the mouse wheel to scroll and highlight to copy. I think you are specifically trying to say the mouse highlight won't go past one window though, right? You can also resize panels and select widows.
I knew I saw a way to interact with it through the mouse. Thank you for reminding me. `tmux` is really a neatly little program, everything is there, simple and efficient. ps: man tmux | grep "mouse-" # shows the mouse related options C-b : "set mouse- on" pps: turning on mouse windows/panels interactions disable text selection, do you know a way to have both ? (beside switching beside custom defined modes on your .co…
Re: A Tmux Crash Course (2011)
#83I know everyone remaps their prefix to ctrl-a - how do you then jump to the start of a line? Edit: Thanks for the solutions. Will have a play. Like the sound of using ctrl-\
Re: A Tmux Crash Course (2011)
#84Earlier quoted context omitted.
Ya, it is nice to see mac bois enjoy a tiling wm functionality. I currently use i3wm + tmux + vim. However, I rarely use tmux splitting due to i3wm splitting.
By any chance do you know some good beginner tutorial for installing + first steps for i3wm on Deb/Ubu?
Re: A Tmux Crash Course (2011)
#85Earlier quoted context omitted.
Have you tried tmux's mouse modes? You can use the mouse wheel to scroll and highlight to copy. I think you are specifically trying to say the mouse highlight won't go past one window though, right? You can also resize panels and select widows.
I knew I saw a way to interact with it through the mouse. Thank you for reminding me. `tmux` is really a neatly little program, everything is there, simple and efficient. ps: man tmux | grep "mouse-" # shows the mouse related options C-b : "set mouse- on" pps: turning on mouse windows/panels interactions disable text selection, do you know a way to have both ? (beside switching beside custom defined modes on your .co…
make sure "mouse-mode on" is set, rather than "mouse-mode copy-mode".
Here is my mouse config:
set-window-option -g mode-mouse on
set-option -g mouse-resize-pane on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g mouse-utf8 on