Added VCS plugin for vim as well as my "AppleT" clone
git-svn-id: http://photonzero.com/dotfiles/trunk@19 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
4c9de12034
commit
a0d94e337a
16 changed files with 3500 additions and 1297 deletions
10
.vimrc
10
.vimrc
|
|
@ -10,8 +10,10 @@ set smartcase
|
|||
"Sources
|
||||
source ~/.vim/supertab.vim
|
||||
source ~/.vim/charm.vim
|
||||
source ~/.vim/plugin/AppleT.vim
|
||||
"source ~/.vim/syntax/motd.vim
|
||||
|
||||
|
||||
au BufNewFile,BufRead motd.public,/tmp/motd.public.r.* setf motd
|
||||
"Highlighting features
|
||||
autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete
|
||||
|
|
@ -23,8 +25,10 @@ set t_Sb=ESC[4%dm
|
|||
"set t_kb=
|
||||
|
||||
"Remappings
|
||||
nnoremap gn :tabnew<CR>
|
||||
nnoremap gc :tabclose<CR>
|
||||
nnoremap gc :tabnew<CR>
|
||||
nnoremap gK :tabclose<CR>
|
||||
nnoremap gn gt
|
||||
nnoremap gp gT
|
||||
nnoremap j gj
|
||||
nnoremap k gk
|
||||
vnoremap j gj
|
||||
|
|
@ -47,4 +51,4 @@ if !exists(":W")
|
|||
command W :w
|
||||
endif
|
||||
|
||||
inoremap ;a <esc>
|
||||
"inoremap ;a <esc>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue