diff options
author | toni <matzeton@googlemail.com> | 2014-07-07 14:28:59 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-07-07 14:28:59 +0200 |
commit | 29eecdc76456e6db739f1b7fcca9e9608ef2911e (patch) | |
tree | 3352730e4ab83f8a9bb1c06946e519f9519f50b7 /configs | |
parent | 6c3239a8198bdff83787c1b82cc212806d736cac (diff) |
.vimrc added
Diffstat (limited to 'configs')
-rw-r--r--[-rwxr-xr-x] | configs/irssirc | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | configs/muttrc | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | configs/screenrc | 0 | ||||
-rw-r--r-- | configs/vimrc | 12 |
4 files changed, 12 insertions, 0 deletions
diff --git a/configs/irssirc b/configs/irssirc index b2fda5c..b2fda5c 100755..100644 --- a/configs/irssirc +++ b/configs/irssirc diff --git a/configs/muttrc b/configs/muttrc index 31ff1be..31ff1be 100755..100644 --- a/configs/muttrc +++ b/configs/muttrc diff --git a/configs/screenrc b/configs/screenrc index d6004b6..d6004b6 100755..100644 --- a/configs/screenrc +++ b/configs/screenrc diff --git a/configs/vimrc b/configs/vimrc new file mode 100644 index 0000000..a536154 --- /dev/null +++ b/configs/vimrc @@ -0,0 +1,12 @@ +syntax on + +let Tlist_Ctags_Cmd = "/usr/bin/ctags" +let Tlist_WinWidth = 50 +map <F4> :TlistToggle<cr> +syntax on +filetype plugin on +autocmd BufWritePost * + \ if filereadable('tags') | + \ call system('ctags -a '.expand('%')) | + \ endif + |