Skip to content

Commit

Permalink
解决中文输入法下面无法使用命令
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 26, 2017
1 parent 9bebb8f commit 5125394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ set wildmenu " vim 自身命令行模式智能补全
" <<<=========================================



" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>插件安装>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

" plug 环境设置
Expand Down Expand Up @@ -108,6 +107,9 @@ Plug 'kshenoy/vim-signature'
" 显示git diff 和 stages/undoes 片段
Plug 'airblade/vim-gitgutter'

" 解决中文输入法下面无法使用命令
Plug 'ybian/smartim'

" 它可以让书签行高亮
Plug 'vim-scripts/BOOKMARKS--Mark-and-Highlight-Full-Lines'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ vmap <Leader>sl <Plug>CtrlSFQuickfixVwordPath
- [ctrlsf.vim](https://github.com/dyng/ctrlsf.vim) 上下文插件,例如搜素到关键字,中间缩略,展示一段上下文
- [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors) 多光标编辑功能
- [gen_tags.vim](https://github.com/jsfaint/gen_tags.vim) 生成,加载,更新ctags/gtags文件。
- [ybian/smartim](https://github.com/ybian/smartim) 解决中文输入法下面无法使用命令
#### 代码书写
Expand Down

0 comments on commit 5125394

Please sign in to comment.