dot/screenrc: Add a binding for the `kill' command.
[profile] / dot / screenrc
index d8c31c3..17c9846 100644 (file)
@@ -11,6 +11,9 @@ vbell off
 ## Maintain a decent amount of scrool.
 defscrollback 10000
 
+## Terminal behaviour.
+defbce on
+
 ## Snooping.
 defmonitor on
 defsilence on
@@ -87,7 +90,7 @@ bind I
 bind ^j
 bind j
 bind J
-bind ^k
+bind ^k        kill
 bind k
 bind K
 bind l