diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/init.vim | 2 | ||||
-rw-r--r-- | .vim/plugins/easymotion.vim | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.vim/init.vim b/.vim/init.vim index 93bebcc..58f7e0a 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -4,7 +4,7 @@ set nocompatible set number set backspace=indent,eol,start syntax on -set encoding=utf-8 +set fileencodings=ucs=bom,utf-8,utf-16,gbk,big5,gb18030,latin1 set t_Co=256 set showcmd set autoread diff --git a/.vim/plugins/easymotion.vim b/.vim/plugins/easymotion.vim new file mode 100644 index 0000000..ce87f12 --- /dev/null +++ b/.vim/plugins/easymotion.vim @@ -0,0 +1,3 @@ +Plug 'easymotion/vim-easymotion' + +map <Space> <Plug>(easymotion-prefix) |