vim配置和使用

1.vim配置文件

  https://github.com/zyedidia/dotvim

 

2. vim主题

    https://github.com/altercation/vim-colors-solarized

    https://github.com/plan9-for-vimspace/acme-colors

 

3. http://www.tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html

4. vim vs shell

https://stackoverflow.com/questions/5995895/shell-commands-from-vim

 

- I know this is a bit late, but my preferred approach is suspending the vim process (Ctrl+z). You return to your shell/bash command prompt.

Then execute whatever command(s) you like.

Return to vim by typing fg

 

- Make sure the 'shell' option is set to your shell of choice (default $SHELL or "sh").

:set shell



posted @ 2018-10-26 14:43  Saymour2008  阅读(160)  评论(0)    收藏  举报