X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc.in;h=a01e10b15df4d2db5496e2bb12b6d64fd3d73b27;hb=d3202537f3bcd18f3b0b712d9c670b914d5a230c;hp=4666ca52ea5af3af2ac502d8c165d9d113b20647;hpb=614f9080ac810a2f4c0a5244bca856f3358e625e;p=config%2Fdotfiles.git diff --git a/screenrc.in b/screenrc.in index 4666ca5..a01e10b 100644 --- a/screenrc.in +++ b/screenrc.in @@ -38,7 +38,8 @@ defscrollback 10000 # Ignore case when searching. ignorecase on -# I prefer zsh as my shell. +# I prefer zsh as my shell. GNU screen displays a warning if the shell isn't +# available. shell zsh @@ -126,4 +127,4 @@ bind ; command -c window # 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" +bind ^B eval "hardcopy $HOME/.tmp/screen-urlview" "screen urlview $HOME/.tmp/screen-urlview"