Fixing up vim
git-svn-id: http://photonzero.com/dotfiles/trunk@21 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
302bbc7da2
commit
c87a962056
5 changed files with 953 additions and 0 deletions
17
.gvimrc
17
.gvimrc
|
|
@ -1,4 +1,21 @@
|
|||
winsize 110 43
|
||||
set expandtab
|
||||
|
||||
call AppleTSetPath("~/work/client")
|
||||
map gg :CmdT
|
||||
map <C-1> 1gt
|
||||
map <C-2> 2gt
|
||||
map <C-3> 3gt
|
||||
map <C-4> 4gt
|
||||
map <C-5> 5gt
|
||||
map <C-6> 6gt
|
||||
map <C-7> 7gt
|
||||
map <C-8> 8gt
|
||||
map <D-1> 1gt
|
||||
map <D-2> 2gt
|
||||
map <D-3> 3gt
|
||||
map <D-4> 4gt
|
||||
map <D-5> 5gt
|
||||
map <D-6> 6gt
|
||||
map <D-7> 7gt
|
||||
map <D-8> 8gt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue