add some helpful key bindings
This commit is contained in:
parent
f7d3d7aa91
commit
ba99bc3da5
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue