Skip to content

Commit

Permalink
removed commandt from gvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Carter committed Feb 1, 2012
1 parent 64b2888 commit 3a82c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ if has("gui_macvim")
set fuopt+=maxhorz
set guifont=Menlo_Regular:h18
macmenu &File.New\ Tab key=<nop>
map <D-t> :CommandT<CR>
set fu
let jslint_command_options = "-conf ~/.vim/javascriptlint_options -nofilelisting -nocontext -nosummary -nologo -process"
else
set guifont=Lucida_Console:h14:cANSI
map <F11> <Esc>:call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)<CR>
"map <C-t> :CommandT<CR>
au GUIEnter * call libcallnr("gvimfullscreen.dll", "ToggleFullScreen", 0)
let jslint_command_options = "-conf \"C:\\Program\ Files (x86)\\Vim\\vimfiles\\javascriptlint_options\" -nofilelisting -nocontext -nosummary -nologo -process"
endif
Expand Down

0 comments on commit 3a82c1a

Please sign in to comment.