]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc.in
screenrc: Remove some bindings I don't use.
[config/dotfiles.git] / screenrc.in
index c873a6726122b43b426b702a4d2f96153520f435..5235e5f0484efbe97debef2fff65bad78bd97b10 100644 (file)
@@ -43,6 +43,16 @@ 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 ^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"