oopsie B|
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/brad/.vimrc
|
||||
34
Arch/.vimrc
Normal file
34
Arch/.vimrc
Normal file
@@ -0,0 +1,34 @@
|
||||
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>
|
||||
map <F2> :bprevious<CR>
|
||||
map <F3> :bnext<CR>
|
||||
map <F5> :se fdm=manual<CR>
|
||||
set nu
|
||||
set autoread
|
||||
set nowrap
|
||||
set shiftwidth=2
|
||||
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=2
|
||||
colo ron
|
||||
syntax on
|
||||
set shiftround
|
||||
|
||||
au CursorHoldI * stopinsert
|
||||
au InsertEnter * let updaterestore=&updatetime | set updatetime=7000
|
||||
au InsertLeave * let &updatetime=updaterestore
|
||||
Reference in New Issue
Block a user