Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
Zachary Pitts committed Dec 2, 2011
0 parents commit e4a4730
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vimrc
@@ -0,0 +1,19 @@
let mapleader = ","
:set paste
:set vb
:set showmode
:set ts=4
:set smartcase
:set ignorecase
:set incsearch
:set hlsearch
:set ai
:set title
:set ruler
syntax on

colorscheme molokai
let g:molokai_original = 1
map <leader>jt <Esc>:%!json_xs -f json -t json-pretty<CR>
map <F2> :NERDTreeToggle<CR>
Empty file added README
Empty file.

0 comments on commit e4a4730

Please sign in to comment.