Skip to content

Commit

Permalink
vim: Use colemak
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 1, 2020
1 parent 341123e commit d6df274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dotfiles/common/.vimrc
Expand Up @@ -101,6 +101,9 @@ call plug#begin()
" Less
Plug 'groenewege/vim-less'

" I need Colemak
Plug 'jooize/vim-colemak'

" Python
Plug 'klen/python-mode'
Plug 'jmcantrell/vim-virtualenv' " This should fix the virtualenvs.
Expand Down Expand Up @@ -211,8 +214,7 @@ autocmd GUIEnter * set visualbell t_vb=
"nnoremap <F2> :set invpaste paste?<CR>
nnoremap ; :
"Spacemacs Esc
imap fd <Esc>
imap fd <Shift><SPC>
inoremap <S-Space> <ESC>
"Fake Sudo
cmap w!! w !sudo tee % >/dev/null
" Allow j and k to be more normal.
Expand Down

0 comments on commit d6df274

Please sign in to comment.