398
edits
Changes
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 sentfollowing 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]]