]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc
screenrc: Remove unnecessary command.
[config/dotfiles.git] / screenrc
index 094a14bc16f204a9dccb4c41a45ec00df83115cf..945c13967d6a838c24c08b09a135a0f8aaec059e 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -10,14 +10,11 @@ vbell off
 # Increase the scrollback buffer.
 defscrollback 10000
 
-# Bind P to paste the buffer content, like Vim's p.
-bind P paste .
-
 # Always display the status line.
 hardstatus on
 # Display the name of the window and the current hostname.
 hardstatus alwayslastline "%w%=%H"
 
 # Run urlview on current screen content. Very useful to follow links. Make
-# sure hardcopy_append is off.
+# sure hardcopy_append is off before using this command.
 bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"