#!/bin/sh
.git/hooks/ctags >/dev/null 2>&1 &
.git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
#!/bin/sh
.git/hooks/ctags >/dev/null 2>&1 &
.git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
#!/bin/sh
.git/hooks/ctags >/dev/null 2>&1 &
.git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
# Include system wide settings which is ignored
# by default if one has own .inputrc
-# $include /etc/inputrc
\ No newline at end of file
+$include ~/inputrc_local
setglobal tags=./tags;
set timeoutlen=1200 " A little bit more time for macros
set ttimeoutlen=50 " Make Esc work faster
-if exists('+undofile')
- set undofile
-endif
+"if exists('+undofile')
+" set undofile
+"endif
+set nobackup
set visualbell
set virtualedit=block
set wildmenu