diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index dca0572..df4836f 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -273,6 +273,10 @@ map gp :bp " indent for curly brackets: inoremap { {} +" Toggle through splits: +nnoremap w w +nnoremap W W + " Emmet let g:user_emmet_leader_key=',' let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/customizations/vim-emmet-mysnippets.json')), "\n"))