diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index c7caaf5..c14d2a4 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -160,6 +160,10 @@ set laststatus=2 " show the satus line all the time " nnoremap K :q +" remap esc and disable to force learning +inoremap jk +inoremap + " remove extra whitespace nmap :%s/\s\+$