This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nnoremap <Tab> :BufExplorer<CR> | |
| defaults write org.vim.MacVim MMZoomBoth -boolean YES | |
| colorscheme xoria256 | |
| set guioptions-=T | |
| set transparency=5 | |
| set lines=50 | |
| set columns=150 | |
| set guifont=Monaco:h13 | |
| set clipboard+=unnamed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax on | |
| filetype plugin on | |
| set nocompatible | |
| set viminfo+=! | |
| set autoindent | |
| set smartindent | |
| set expandtab | |
| set smarttab | |
| set tabstop=4 |
NewerOlder