" Windows navigation. nnoremap nnoremap nnoremap nnoremap " Mkdir for the current file. command MkCurDir :!mkdir %:h:S -p " Copy the last used register to the clipboard. command Clipboard :call system('cclip', @") " Reload settings. command Source :source $MYVIMRC " Automatically starts terminal emulator in insert mode. autocmd TermOpen * startinsert tnoremap h " Workaround since isn't working in neovim right now " tnoremap h h tnoremap j tnoremap k tnoremap l