Browse Source

Changing triggering shortcut from Ctrl-a to Ctrl-h

DricomDragon 5 years ago
parent
commit
89dd53a916
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Install/Templates/screenrc

+ 1 - 1
Install/Templates/screenrc

@@ -28,7 +28,7 @@ hardstatus alwayslastline
 hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
 
 # change command character from ctrl-a to ctrl-b (emacs users may want this)
-#escape ^Bb
+escape ^Hh
 
 # Hide hardstatus: ctrl-a f 
 bind f eval "hardstatus ignore"