minimal environment adjustments
This commit is contained in:
@@ -31,26 +31,6 @@ set signcolumn=no
|
||||
set updatetime=1000
|
||||
|
||||
|
||||
|
||||
"""""""""" Plugins """"""""""
|
||||
|
||||
set nocp
|
||||
filetype plugin on
|
||||
|
||||
call plug#begin('~/.local/share/plugged')
|
||||
let g:plug_url_format='git@github.com:%s.git'
|
||||
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'elkowar/yuck.vim'
|
||||
Plug 'skywind3000/asyncrun.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
||||
"""""""""" Remaps """"""""""
|
||||
|
||||
command W w
|
||||
map Q ZZ
|
||||
|
||||
|
@@ -92,8 +92,8 @@ bindkey '^[[A' history-beginning-search-backward
|
||||
bindkey '^[OB' history-beginning-search-forward
|
||||
bindkey '^[[B' history-beginning-search-forward
|
||||
|
||||
#export LANG="zh_CN.UTF-8"
|
||||
export LANGUAGE="zh_CN.UTF-8"
|
||||
export LANG="zh_CN.UTF-8"
|
||||
#export LANGUAGE="zh_CN.UTF-8"
|
||||
|
||||
|
||||
# The following lines were added by compinstall
|
||||
|
Reference in New Issue
Block a user