diff --git a/Arch/.vimrc b/Arch/.vimrc index 4a35366..ca99ade 100644 --- a/Arch/.vimrc +++ b/Arch/.vimrc @@ -1,4 +1,23 @@ +let mapleader = "-" +inoremap kj +nnoremap h +nnoremap l +nnoremap k +nnoremap j +map :NERDTreeToggle set nu +set autoread +set nowrap +set shiftwidth=4 +set shiftround +set showmatch +set ignorecase +set smarttab +set incsearch +set history=1000 +set undolevels=1000 +set visualbell +set title set expandtab set autoindent set hlsearch @@ -6,4 +25,4 @@ set tabstop=4 colo ron syntax on set shiftround - +execute pathogen#infect()