This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Piotr Husiatyński (author)
Fri Nov 13 10:23:04 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sat Sep 19 23:18:48 -0700 2009 | |
| |
after/ | Mon Jul 13 13:19:09 -0700 2009 | |
| |
autoload/ | Mon Jul 13 13:19:09 -0700 2009 | |
| |
colors/ | Fri Nov 13 10:23:04 -0800 2009 | |
| |
compiler/ | Sat Jun 13 02:24:47 -0700 2009 | |
| |
doc/ | Tue Sep 01 12:23:43 -0700 2009 | |
| |
ftplugin/ | Thu Sep 17 14:00:40 -0700 2009 | |
| |
indent/ | Sat Sep 26 15:03:15 -0700 2009 | |
| |
plugin/ | Sun Oct 25 03:37:52 -0700 2009 | |
| |
snippets/ | Sun Aug 23 04:21:57 -0700 2009 | |
| |
syntax/ | Sun Oct 25 03:38:09 -0700 2009 | |
| |
vimrc | Fri Nov 13 10:23:04 -0800 2009 |
README.markdown
Installation:
Install additional apps:
Required apps are:
- Vim >= 7.1 with Python support
- grep, fgrep, egrep, agrep, find, xargs
Make old Vim configuration backup
If you have old Vim configuration, make backup first:
$ mv ~/.vim ~/.vim_old
$ mv ~/.vimrc ~/.vimrc_old
Clone and install
Then, clone my files to ~/.vim and make symlink to ~/.vim/vimrc:
$ git clone git://github.com/husio/vim-configuration.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
Even more features you may want to know
Ctags & Python
How to use ctags with python projects? First
of all, generate tags file:
$ cd myproject
$ find . -name "*.py" | xargs ctags -a
Done. Now :tag <name> will goto that name, same as C^] g with cursor on
some name. More info :h Exuberant_ctags







