diff --git a/.vimrc b/.vimrc index 9395a28..071b39f 100644 --- a/.vimrc +++ b/.vimrc @@ -73,9 +73,6 @@ set shiftround " if at odd number spaces, make >> go to next even " Show whitespace markers before cursor in insert mode set list listchars=tab:\ \ ,trail:ยท -" Aliases -command! Q q - " Filetype stuff syntax on @@ -84,6 +81,9 @@ syntax on map :w imap :w +" most common typo ever +command! Q q + " Still using arrow keys when in insert mode sometimes map map @@ -102,6 +102,9 @@ vnoremap < n n:call HLNext(0.4) nnoremap N N:call HLNext(0.4) +" i don't even know what semi-colon does so steal it +noremap ; : + " Leaders (shortcuts) let mapleader = ","