A word from our sponsors

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
sw:screen:intro [2017/08/28 20:17] Frank Fegertsw:screen:intro [2017/08/29 19:43] (current) Frank Fegert
Line 49: Line 49:
  
 ====== Configuration ====== ====== Configuration ======
 +
 +General configuration:
  
 <code bash> <code bash>
Line 78: Line 80:
 vbell off               # Disable the visual bell vbell off               # Disable the visual bell
 </code> </code>
 +
 +Key bindings:
 +  * Reload the screen configuration file of the current user with <kbd>C - 'A'</kbd> <kbd>Shift - R</kbd>:
 +<code bash>
 +bind R eval "source $HOME/.screenrc" "echo '.screenrc reloaded!'"
 +</code> <
  
 ====== Usage ====== ====== Usage ======