linux_wiki:tmux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:tmux [2018/03/07 09:17]
billdozor [Tmux Config File]
linux_wiki:tmux [2019/05/25 23:50] (current)
Line 189: Line 189:
 # Set default shell # Set default shell
 set-option -g default-shell /bin/zsh set-option -g default-shell /bin/zsh
 +
 +# Allow mouse click to select a pane to be active
 +set -g mouse-select-pane on
  
 # Mouse wheel scrolling for individual panes (newer versions of tmux; ie Fedora 27) # Mouse wheel scrolling for individual panes (newer versions of tmux; ie Fedora 27)
Line 198: Line 201:
 </code> </code>
   * **Notes:**   * **Notes:**
-    * With certain mouse options in tmux, the ability to highlight text as normal for a copy/paste operation goes away. +    * When enabling mouse options in tmux, the ability to highlight text as normal for a copy/paste operation goes away. Using shift temporarily over rides tmux capture of the mouse
-    * To copy/paste+    * To copy/paste (if using mouse options)
       * **hold shift**, select text, copy       * **hold shift**, select text, copy
       * **hold shift**, right click, paste (or middle click)       * **hold shift**, right click, paste (or middle click)
  • linux_wiki/tmux.1520432271.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)