LoginSignup
4
5

More than 5 years have passed since last update.

uniteでコマンド一覧を呼び出す

Last updated at Posted at 2012-12-26
"" vim command 一覧
noremap :<CR> :<C-u>Unite command mapping<CR>

ノーマルモードで「:」+エンターキーでコマンド一覧 あとはUniteで絞り込めます

ほかに過去に使ったファイル一覧とかunite-railsとかも激しく便利です

noremap :: :<C-u>Unite file_mru -buffer-name=file_mru<CR>
""unite-rails
noremap :rc :<C-u>Unite rails/controller<CR>
noremap :rm :<C-u>Unite rails/model<CR>
noremap :rv :<C-u>Unite rails/view<CR>
noremap :rh :<C-u>Unite rails/helper<CR>
4
5
0

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
4
5