LoginSignup
29
32

More than 5 years have passed since last update.

unite-outlineが便利すぎる

Last updated at Posted at 2012-12-08

unite-outlineがとても便利。プラグインの指定は次のとおり。

NeoBundle "h1mesuke/unite-outline"

markdownで文章を書いているときに、そのアウトラインを表示してくれる。
べつにmarkdownに限らない、JavaScriptのコードで実行すれば関数一覧がでる。めっちゃ便利です。

僕は、ずっと出しておきたいのと画面の右側に表示させたかったので、

nnoremap <silent> <Leader>o :<C-u>Unite -vertical -no-quit outline<CR>

と定義して使ってます。

29
32
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
32