Changes

Jump to navigation Jump to search
315 bytes added ,  12:33, 3 September 2018
no edit summary
Line 24: Line 24:  
== Kill ==
 
== Kill ==
 
  &  kill window
 
  &  kill window
 +
 +
== Change tmux commnad prefix key combination ==
 +
At ~/.tmux.conf:
 +
<nowiki># remap prefix to Control + a
 +
set -g prefix C-a
 +
# bind 'C-a C-a' to type 'C-a'
 +
bind C-a send-prefix
 +
unbind C-b</nowiki>
 +
 +
 +
== Online Cheatsheets ==
 +
https://gist.github.com/MohamedAlaa/2961058<br />
 +
https://gist.github.com/andreyvit/2921703

Navigation menu