使用者工具

網站工具


computer:software:vim

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版前次修改
下次修改
前次修改
computer:software:vim [2014/08/05 01:43] – [Plugin] wmcomputer:software:vim [2021/03/02 03:36] (目前版本) – [教學] wm
行 3: 行 3:
     * [[ftp://ftp.vim.org/pub/vim/doc/book/|Vim the Book]]     * [[ftp://ftp.vim.org/pub/vim/doc/book/|Vim the Book]]
   * [[http://neovim.org/|Neovim]]   * [[http://neovim.org/|Neovim]]
 +  * [[http://spacevim.org/|SpaceVim]]
 +  * [[http://vimr.org/|VimR]]
   * [[http://csswizardry.com/2014/06/vim-for-people-who-think-things-like-vim-are-weird-and-hard/|Vim for people who think things like Vim are weird and hard]]   * [[http://csswizardry.com/2014/06/vim-for-people-who-think-things-like-vim-are-weird-and-hard/|Vim for people who think things like Vim are weird and hard]]
   * [[http://c9s.blogspot.tw/2009/08/vim-hacks-coscup.html|Vim Hacks]]   * [[http://c9s.blogspot.tw/2009/08/vim-hacks-coscup.html|Vim Hacks]]
行 26: 行 28:
   * [[http://www.yangyangwithgnu.net/use_vim_as_ide/|所需即所获:像 IDE 一样使用 vim]]   * [[http://www.yangyangwithgnu.net/use_vim_as_ide/|所需即所获:像 IDE 一样使用 vim]]
   * [[http://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/|Vim Tab Madness. Buffers vs Tabs]]   * [[http://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/|Vim Tab Madness. Buffers vs Tabs]]
 +  * [[http://blog.longwin.com.tw/2014/12/vim-linux-mac-putty-paste-mode-change-2014/|Vim 於 Linux、Mac、Putty 貼上時 自動切換成 Paste 模式]]
 +  * [[https://jeffkreeftmeijer.com/vim-number/|Vim’s absolute, relative and hybrid line numbers]]
 =====資源===== =====資源=====
   * [[http://vimawesome.com/|Vim Awesome]]   * [[http://vimawesome.com/|Vim Awesome]]
 +  * [[https://vimways.org/|Vimways]]
 +  * [[https://vim.reversed.top/|Big Pile of Vim-like]]
   * [[http://usevim.com/|usevim]]   * [[http://usevim.com/|usevim]]
   * [[http://naleid.com/blog/2010/10/04/vim-movement-shortcuts-wallpaper/|Vim Movement Shortcuts Wallpaper]]   * [[http://naleid.com/blog/2010/10/04/vim-movement-shortcuts-wallpaper/|Vim Movement Shortcuts Wallpaper]]
行 55: 行 61:
   * [[https://github.com/lfilho/cosco.vim|Cosco]]   * [[https://github.com/lfilho/cosco.vim|Cosco]]
   * [[http://valloric.github.io/YouCompleteMe/|YouCompleteMe]]   * [[http://valloric.github.io/YouCompleteMe/|YouCompleteMe]]
 +  * [[https://github.com/jeetsukumaran/vim-buffergator|Buffergator]]
 +  * [[https://github.com/scrooloose/syntastic|Syntastic]]
 +===lint===
 +  * [[https://github.com/dense-analysis/ale|Asynchronous Lint Engine]]
 ===git=== ===git===
   * [[https://github.com/tpope/vim-fugitive|Fugitive]]   * [[https://github.com/tpope/vim-fugitive|Fugitive]]
行 72: 行 82:
 </code> </code>
   * [[http://vim.wikia.com/wiki/Automatically_wrap_left_and_right|Automatically wrap left and right]]   * [[http://vim.wikia.com/wiki/Automatically_wrap_left_and_right|Automatically wrap left and right]]
 +  * [[http://dougblack.io/words/a-good-vimrc.html|A Good Vimrc]]
 ====Command==== ====Command====
   * list all loaded plugins <code>:scriptnames</code>   * list all loaded plugins <code>:scriptnames</code>
行 77: 行 88:
 ====Gvim==== ====Gvim====
   * open in new tab: in ~/.bashrc <code>gvim () { command gvim --remote-tab-silent $@ || command gvim $@;}</code>   * open in new tab: in ~/.bashrc <code>gvim () { command gvim --remote-tab-silent $@ || command gvim $@;}</code>
-====Tool====+=====工具=====
   * [[http://yoursachet.com/|sachet]]   * [[http://yoursachet.com/|sachet]]
 +=====教學=====
 +  * [[https://thevaluable.dev/vim-beginner/|Is Vim Really Not For You? A Beginner Guide]]
 +    * [[https://thevaluable.dev/vim-intermediate/|A Vim Guide for Intermediate Users]]
 +    * [[https://thevaluable.dev/vim-advanced/|A Vim Guide for Advanced Users]]
 +  * [[https://danielmiessler.com/study/vim/|A vim Tutorial and Primer]]
computer/software/vim.1407202997.txt.gz · 上一次變更: 2014/08/05 01:43 由 wm