mru
mru copied to clipboard
Most Recently Used (MRU) Vim Plugin
MRU/edit/view keyboard mappings: remove `` and replace `:call` with `call`. Reason: `` prevents Vim from asking the user _"Enter encryption key:"_ when an encrypted file is opened by MRU (`:help...
I would like to be able to search MRU files case insensitively. From the command itself (preferred), such as - `:MRU -i MyFile` - finds myfile , MYFILE, mYFiLe, etc....
Hey 👋 Not sure if anyone else needs it, but I wanted to be able to open files in a new buffer instead of windows or tabs. For example, by...
After installed mru through vuddle,Chinese in macvim(7.4) can not normally show, but it is normal in terminal. 
Feature suggestion: here is a way to show the MRU window on vim startup when no file was specified on the command line: fun! Start() " don't show MRU if...
If I add this to my `.vimrc`: ``` au TextChanged,TextChangedI * echo "changed" ``` Then use mru to open a file that already has some text in it and do...
I know that v is to open file in read-only file and O is to open file in a horizontal split window. So how about opening a file in a...
`FZFMru` shows full paths, instead of basename + path like `Mru`. It also calls `fzf#run` with `--no-sort`. So if I have `.../myprj/myprj.ext` in history, but also `.../myprj/blah*`, I can't easily...
Maybe use g:fzf_action as instead of 's:MRU_FZF_EditFile function the default more friendly