]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc.in
shell/aliases: Add some more aliases from zsh/rc.
[config/dotfiles.git] / screenrc.in
index c873a6726122b43b426b702a4d2f96153520f435..7b74b11f25a00c283fb50440301db61dd87f9e65 100644 (file)
@@ -43,6 +43,20 @@ hardstatus alwayslastline "%w%=%l %H"
 
 # BINDINGS
 
+# Remove some bindings I don't use to prevent using them accidentally. You
+# probably don't want to copy this.
+bind K  # kill
+bind k  # kill
+bind \\ # quit
+bind ^Z # suspend
+bind z  # suspend
+bind ^S # xoff
+bind s  # xoff
+bind ^Q # xon
+bind q  # xon
+bind ^G # visual bell
+bind D  # power detach
+
 # Run urlview on current screen content. Very useful to follow links. Make
 # sure hardcopy_append is off before using this command.
 bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"