Split toggle improved
This commit is contained in:
parent
65d9e1ad79
commit
ddaae41adc
1 changed files with 4 additions and 0 deletions
|
|
@ -273,6 +273,10 @@ map gp :bp<cr>
|
||||||
" indent for curly brackets:
|
" indent for curly brackets:
|
||||||
inoremap {<cr> {<cr>}<c-o><s-o>
|
inoremap {<cr> {<cr>}<c-o><s-o>
|
||||||
|
|
||||||
|
" Toggle through splits:
|
||||||
|
nnoremap <leader>w <C-w>w
|
||||||
|
nnoremap <leader>W <C-w>W
|
||||||
|
|
||||||
" Emmet
|
" Emmet
|
||||||
let g:user_emmet_leader_key=','
|
let g:user_emmet_leader_key=','
|
||||||
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/customizations/vim-emmet-mysnippets.json')), "\n"))
|
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/customizations/vim-emmet-mysnippets.json')), "\n"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue