diff --git a/my_configs.vim b/my_configs.vim index 2e9242e9..5704175d 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -2,3 +2,19 @@ imap jk nmap ; : nmap % :source % +map mzgg=G`z +map h :split +map v :vsplit + +map g :GoDoc +map :GoBuild +map :GoTest +"set shell=zsh\ -i +map :shell +map :source % + +map / :set hlsearch! + +try + colorscheme delek +endtry