• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2018-11-14T07:44:40+09:00","default:ryuichi","ryuichi")
* VsVim [#o8ddaa8b]

** インストール [#d0eee729]
- http://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329/


** ドキュメント [#wf7cd77d]
- https://github.com/jaredpar/VsVim/wiki

** 一時的に無効にする [#sfbd70d4]
 Ctrl+Shift+F12

** Key map [#af1809b3]

- https://stackoverflow.com/questions/27089719/how-to-map-keys-in-vsvim-to-visual-studio-commands

** gcでコメントアウトする [#h2ff5a4c]

- コメントをトグルするには以下のToggle Comment機能拡張をインストールする。
- [ツール]→[拡張機能と更新プログラム]でダイアログを開き、[オンライン]→[Visual Studio Market]でToggle Commentで検索して[ダウンロード]、VSをいったん終了して、インストールダイアログが表示されるので、インストールする。
- _vsvimrcなどに以下を記述する。

 nnoremap gcc :vsc Edit.ToggleComment<CR>
 vnoremap gc :vsc Edit.ToggleComment<CR>

*** 参考 [#j5a8e761]
- https://github.com/jaredpar/VsVim/issues/1701
- https://marketplace.visualstudio.com/items?itemName=munyabe.ToggleComment
- https://msdn.microsoft.com/ja-jp/library/dd293638.aspx


:FAQ | https://github.com/jaredpar/VsVim/wiki/faq


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS