| 兩邊的前次修訂版前次修改
下次修改 | 前次修改
|
| computer:software:vim [2014/06/30 16:34] – [Vim] wm | computer:software:vim [2021/03/02 03:36] (目前版本) – [教學] wm |
|---|
| * [[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]] |
| * [[http://jaxbot.me/articles/why-i-use-vim|Why I use Vim]] | * [[http://jaxbot.me/articles/why-i-use-vim|Why I use Vim]] |
| * [[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://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]] |
| | * [[http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html|Graphical vi-vim Cheat Sheet and Tutorial]] |
| * [[http://www.vimsnake.com/|Snake Vim Trainer]] | * [[http://www.vimsnake.com/|Snake Vim Trainer]] |
| * [[https://github.com/carlhuda/janus|Janus]] | * [[https://github.com/carlhuda/janus|Janus]] |
| * [[https://github.com/garbas/vim-snipmate|snipMate.vim]] | * [[https://github.com/garbas/vim-snipmate|snipMate.vim]] |
| * [[https://github.com/othree/html5.vim|html5.vim]] | * [[https://github.com/othree/html5.vim|html5.vim]] |
| | * [[https://github.com/sheerun/vim-polyglot|vim-polyglot]] |
| * [[https://github.com/othree/eregex.vim|eregex.vim]] | * [[https://github.com/othree/eregex.vim|eregex.vim]] |
| * [[https://github.com/othree/javascript-libraries-syntax.vim|javascript-libraries-syntax.vim]] | * [[https://github.com/othree/javascript-libraries-syntax.vim|javascript-libraries-syntax.vim]] |
| * [[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]] |
| </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> |
| ====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]] |