LoginSignup
1
0

More than 5 years have passed since last update.

Unite file_mruで最近開いたファイルを表示する

Last updated at Posted at 2018-02-15

必要なもの

https://github.com/Shougo/unite.vim
https://github.com/Shougo/neomru.vim

neomruだけでいけるのかどうかは未検証です。

:Unite file_mru

vim_mru.gif

:Unite file_mru -no-quit

vim_mru2.gif

キーマップ設定

nnoremap [unite] <Nop>
nmap <Space>u [unite]
"mru list
nnoremap <silent> [unite]m :<C-u>Unite file_mru<CR>

vim_mru3.gif

1
0
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
1
0