Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

.tmux.conf

61 bytes added, 03:12, 4 January 2019
m
Paul moved page Tmux to .tmux.conf
tmux is a BSD-licensed Terminal MUltipleXer. It allows users to run multiple "windows" through a single shell connection,
and keep applications running when logged out. The default prefix for tmux is Ctl-b, and all other tmux commands are sent
following that prefix. Please read <code> $ man tmux</code> for more info on default keybindings and commands.
== echarlie's vim-like .tmux.conf config ==
<pre>
set-option -g lock-command vlock
</pre>
 
[[Category:Scripts]]
[[Category:Howtos]]
[[Category:Software]]