Tag Archives: vimrc

VIM: Moving around windows made a little easier (and how to escape without Esc)

This is a quick post with some shortcuts I just implemented in my vimrc file that I just felt compelled to share with the world. It answers the question, “Are you tired of hitting Ctrl-W to move around windows?” Then do I have the solution for you! Pop these guys into your vimrc file: nnoremap <S-C-h> <C-W>h nnoremap <S-C-j> [...]
Posted in Life of a Web Developer, Tips | Also tagged , , , | Leave a comment