Compare commits
2 Commits
292e6f0f0b
...
master
Author | SHA1 | Date | |
---|---|---|---|
7c257dd4bd | |||
0ede2b50b2 |
@@ -31,26 +31,6 @@ set signcolumn=no
|
|||||||
set updatetime=1000
|
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
|
command W w
|
||||||
map Q ZZ
|
map Q ZZ
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
export SHELL=zsh
|
export SHELL=/bin/zsh
|
||||||
|
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
|
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
|
||||||
@@ -92,8 +92,8 @@ bindkey '^[[A' history-beginning-search-backward
|
|||||||
bindkey '^[OB' history-beginning-search-forward
|
bindkey '^[OB' history-beginning-search-forward
|
||||||
bindkey '^[[B' history-beginning-search-forward
|
bindkey '^[[B' history-beginning-search-forward
|
||||||
|
|
||||||
#export LANG="zh_CN.UTF-8"
|
export LANG="zh_CN.UTF-8"
|
||||||
export LANGUAGE="zh_CN.UTF-8"
|
#export LANGUAGE="zh_CN.UTF-8"
|
||||||
|
|
||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
Reference in New Issue
Block a user