RT,這樣可以接著上一次的工作繼續
設定檔加上以下內容:
" Go to last file(s) if invoked without arguments. autocmd VimLeave * nested if (!isdirectory($HOME . "/.vim")) | \ call mkdir($HOME . "/.vim") | \ endif | \ execute "mksession! " . $HOME . "/.vim/Session.vim" autocmd VimEnter * nested if argc() == 0 && filereadable($HOME . "/.vim/Session.vim") | \ execute "source " . $HOME . "/.vim/Session.vim"
參考:Open the last edited file
如果使用terminal的話,推薦用下邊兩個alias:
alias lgvim='gvim -c "normal '\''0"' alias lvim='vim -c "normal '\''0"'
這裡有詳細的介紹
我比較喜歡用mru插件
設定檔加上以下內容:
參考:Open the last edited file
如果使用terminal的話,推薦用下邊兩個alias:
這裡有詳細的介紹
我比較喜歡用mru插件