Made changes
This commit is contained in:
parent
81fe5eff73
commit
6edb18aa07
@ -47,6 +47,7 @@ HIST_STAMPS="mm/dd/yyyy"
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source /etc/zsh_command_not_found
|
||||
|
||||
# User configuration
|
||||
|
||||
|
@ -130,6 +130,8 @@ vnoremap <C-Up> [egv
|
||||
vnoremap <C-Down> ]egv
|
||||
nnoremap / /\v
|
||||
vnoremap / /\v
|
||||
inoremap jk <Esc>a
|
||||
inoremap kj <Esc>a
|
||||
set guicursor+=n-v-c:blinkon0
|
||||
set formatoptions-=r
|
||||
set formatoptions-=o
|
||||
@ -169,6 +171,7 @@ set t_Co=256
|
||||
set gdefault
|
||||
set nocompatible
|
||||
set rtp+=~/.vim/bundle/vundle/
|
||||
set ignorecase
|
||||
syntax on
|
||||
let g:airline_left_sep='▶'
|
||||
let g:airline_right_sep='◀'
|
||||
@ -296,7 +299,9 @@ Bundle 'sirver/UltiSnips'
|
||||
Bundle 'honza/vim-snippets'
|
||||
" | https://github.com/honza/vim-snippets
|
||||
Bundle 'Shougo/neocomplete.vim'
|
||||
" | https://github.com/Shougo/neocomplete.vim
|
||||
"Autocompletes | https://github.com/Shougo/neocomplete.vim
|
||||
Bundle 'othree/eregex.vim'
|
||||
"Real regexes in vim | https://github.com/othree/eregex.vim
|
||||
" |
|
||||
"DO NOT DELETE LINE ABOVE OR \bun WILL BREAK
|
||||
filetype plugin indent on
|
||||
|
Loading…
Reference in New Issue
Block a user