junkfile.vimとは
*junkfile.txt* Create temporary file
使い方
junkfile一覧
:Unite junkfile
新規にjunkfileを作成
:Unite junkfile/new junkfile -start-insert
junkfileを削除
:Unite junkfile
削除したいファイルまで移動 (d)
設定例
letg:junkfile#directory='~/.memo'nnoremap<silent>,e :<C-u>Unite junkfile/new junkfile -start-insert<CR>