用vim的方式操作你的软件
Visual Studio中的Vim插件
ViEmu(收費)
地址:http://www.viemu.com/
ViEmu
還有可以在Word,Outlook和SQL Server Management Studio中使用的ViEmu。
VsVim(免費)
地址:https://github.com/jaredpar/VsVim/
以上兩個插件基本命令都有了,不過還是ViEmu更強。
visual_studio.vim(免費)
地址:http://www.vim.org/scripts/script.php?script_id=864
支持Visual Studio 2003, 2005 and 2008
這個沒用過,只是當時在官網上看到過。
VisVim(免費)
以上都只是支持Visual Studio,如果還在用VC6.0可以考慮一下這個,此插件是打開vim來編輯當前文件的,并且vim得是OLE的GUI版本才行。
使用方法可以參考http://blog.csdn.net/absurd/article/details/1164127
Eclipse中的vim插件
viPlugin(收費)
地址:http://www.viplugin.com/
不錯的插件,功能上比其他的要好,不過要收費。
Vrapper(免費)
地址:http://vrapper.sourceforge.net
Vrapper也比較不錯,但是比上面那位還是弱點。
已知的問題有當要刪的詞位于行末時dw會連換行符也刪掉,搜索結果不高亮。
VimPlugin(免費)
地址:http://sourceforge.net/projects/vimplugin/
VimPlugin需要gvim的支持。
使用方法可以參考:http://akunamotata.iteye.com/blog/324637
eclim(免費)
eclim是直接調用了vim,而不是模擬。
地址:http://eclim.org/
項目主頁:http://eclim.sourceforge.net/
關于eclipse中的插件還可以參考:http://paddy-w.iteye.com/blog/969366
Netbeans IDE中的Vim插件:Jvi
地址:http://jvi.sourceforge.net/
jVi是Vim一些基本功能的JAVA版實現。在netbeans里面可以很方便地啟用和禁用jVi編輯器。jVi目前支持超過200個vim命令:
http://jvi.sourceforge.net/vimhelp/help.txt.html#reference_toc
JetBrains 中的Vim插件:IdeaVIM
地址:https://plugins.jetbrains.com/plugin/164
按ctrl+alt+v 可啟用此Vim模擬器。
Chrome
Vimium
地址:https://chrome.google.com/webstore/detail/dbepggeogbaibhgnhhndojpepiihcmeb
用這個插件的人貌似比較多,?可以查看可以使用的命令。
具體使用可以參考http://kejibo.com/chrome-vimium/
Vrome
地址:https://chrome.google.com/webstore/detail/godjoomfiimiddapohpmfklhgmbfffjj
最近才發現另一個不錯的插件 Vrome,前身是Vimlike Smooziee,作者是國人,支持一下。感覺功能比Vimium強,不過似乎不太火。
特色:
- 縮放網頁
- C-y 縮短當前網址,并且復制縮短后的地址到剪貼板(此功能需要設置,此插件設置很不錯,可以像配置vim一樣簡單配置下)
- C-i 使用外部編輯器編輯等。
具體可以參考:http://linuxtoy.org/archives/vimlike-smooziee-chrome-vim-extension.html#comment-133032
Firefox
Pentadactyl
地址:https://addons.mozilla.org/en-US/firefox/addon/pentadactyl/
Vimperator
地址:https://addons.mozilla.org/en-US/firefox/addon/vimperator/
不怎么用火狐,感興趣的話可以參考:http://xbeta.info/vimperator.htm
在bash中使用vi
Bash中默認是emacs模,你可以用命令set -o vi來設置為vi模式。如果想一直使用vi模式,你可以把set -o vi加入到家目錄下的配置文件.bashrc中。
其實還可以用autohotkey來在別的軟件中實現vim模式的,有人已經寫了一個叫Vim_Mode的腳本,有興趣的可以下載使用:http://pan.baidu.com/s/1nt9W6oh
from:?http://howiefh.github.io/2012/03/17/software-which-behaves-like-vim/
總結
以上是生活随笔為你收集整理的用vim的方式操作你的软件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 让你用 Chrome 上网快到想哭:Vi
- 下一篇: Java代码规范、格式化和checkst