From: short <> Date: Thu, 10 Feb 2005 19:25:34 +0000 (+0000) Subject: Disable cst for single-click CTRL-]. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=30391d14a9c61e32f9f52a22b35833ec037b8ea4;hp=0079583dfbc9975ed2ece0cec4c26daa0c3a60d6 Disable cst for single-click CTRL-]. --- diff --git a/.vimrc b/.vimrc index de07156..26adee7 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,8 @@ set nostartofline set nohlsearch set fo=tcq1 set viminfo='100,\"1000,:100,/40 +" FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) +set nocst set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,./reactos/tags,./../reactos/tags,./../../reactos/tags,,./../../../reactos/tags,./../../../../reactos/tags,./../../../../../reactos/tags,./../../../../../../reactos/tags,./w32/inc/tags,./../w32/inc/tags,./../../w32/inc/tags,,./../../../w32/inc/tags,./../../../../w32/inc/tags,./../../../../../w32/inc/tags,./../../../../../../w32/inc/tags,./../../../../../../../w32/inc/tags,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS noremap p :set invpaste paste?