made my vimrc more badass
This commit is contained in:
parent
73ac637ec1
commit
d2c86b0cc3
21
Arch/.vimrc
21
Arch/.vimrc
@ -1,4 +1,23 @@
|
||||
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
|
||||
@ -6,4 +25,4 @@ set tabstop=4
|
||||
colo ron
|
||||
syntax on
|
||||
set shiftround
|
||||
|
||||
execute pathogen#infect()
|
||||
|
Loading…
Reference in New Issue
Block a user