Fixing some key assignments in vim

This commit is contained in:
Dustin Swan 2019-05-09 23:22:17 -04:00
parent 297495fa06
commit 2db16f2346
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

5
vimrc
View file

@ -2,6 +2,9 @@
call plug#begin('~/.vim/plugged')
let mapleader="\<Space>"
let maplocalleader="\\"
" Plug 'tomasr/molokai'
Plug 'arcticicestudio/nord-vim'
Plug 'vim-airline/vim-airline'
@ -63,8 +66,6 @@ call plug#end()
" general goodness
syntax enable
let mapleader="\<Space>"
let maplocalleader="\\"
set hidden " allow hidden unsaved buffers
set history=1000 " longer history
set noswapfile " turn off swapfiles