" Yank until the end of line with Y, to be more consistent with D and C nnoremap Y y$ " Edit my vimrc in the current buffer nnoremap ev :edit $MYVIMRC " Source my vimrc nnoremap es :source $MYVIMRC " Source the current buffer nnoremap et :source % " Easier escape from insert mode inoremap jkj inoremap kjk " Run make silently, then skip the 'Press ENTER to continue' noremap m :silent! :make! \| :redraw! " Remove search-highlighting noremap :nohls " Explicit map for vim-cheat40 which seems to fail because of my map map ? :Cheat40