Copy-paste to fix previous copy-paste

This commit is contained in:
Brad
2019-01-07 14:18:10 -06:00
parent 9fbf2f8cd6
commit 2cbf26aedf
3 changed files with 3 additions and 120 deletions

View File

@@ -1,32 +0,0 @@
let mapleader = "-"
inoremap kj <Esc>
nnoremap <left> <C-W>h
nnoremap <right> <C-W>l
nnoremap <up> <C-W>k
nnoremap <down> <C-W>j
map <C-a> :NERDTreeToggle <CR>
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
set tabstop=4
colo ron
syntax on
set shiftround
execute pathogen#infect()
au CursorHoldI * stopinsert
au InsertEnter * let updaterestore=&updatetime | set updatetime=7000
au InsertLeave * let &updatetime=updaterestore

1
Arch/.vimrc Symbolic link
View File

@@ -0,0 +1 @@
/home/brad/.vimrc