From: Michael Prokop Date: Mon, 8 Apr 2013 11:31:17 +0000 (+0200) Subject: zshrc: drop duplicated "Complete word from GNU screen buffer" documentation X-Git-Tag: v0.8.2~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=6c3c1d6fff0381cf5087951188dc23047514b0db zshrc: drop duplicated "Complete word from GNU screen buffer" documentation Thanks: Frank Terbeck for the hint --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0494979..e1cfcae 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1274,7 +1274,6 @@ if check_com -c screen || check_com -c tmux; then compadd -a _screen_display_wordlist } #m# k CTRL-x\,\,\,S Complete word from GNU screen buffer - #k# Complete word from GNU screen buffer bindkey -r "^xS" compdef -k _complete_screen_display complete-word '^xS' fi