mirror of
1
0
Fork 0

add some helpful key bindings

This commit is contained in:
James Fairbanks 2015-06-21 15:53:01 -04:00
parent f7d3d7aa91
commit ba99bc3da5
1 changed files with 16 additions and 0 deletions

View File

@ -2,3 +2,19 @@ imap jk <esc>
nmap ; :
nmap <leader>% :source %<cr>
map <F7> mzgg=G`z
map <leader>h :split
map <leader>v :vsplit
map g<F1> :GoDoc
map <F2> :GoBuild
map <F3> :GoTest
"set shell=zsh\ -i
map <F4> :shell<CR>
map <F5> :source %<CR>
map <leader>/ :set hlsearch!<CR>
try
colorscheme delek
endtry