If you modify a file with vim and want to upload it on a web interface, you wish you could find this file in Firefox's "recent files" category. Well now you can : with this plugin, each opened file will be added to Gnome's recent list (and to Zeitgeist as a consequence, see [Gnome's wiki](https://wiki.gnome.org/Attic/GtkRecentManagerAndZeitgeist#Usage_in_applications)).
This extension add files opened with vim to the GNOME recent files feature
(visible in the "Recent files" view of GNOME File Manager and file chooser).
## Limitations
This thing adds quite a huge latency to vim startup/shutdown. I made a C
version that you can find [here](git.relatif.moi/lafleur/flagRecent).
This plugin adds quite a huge latency to vim startup/shutdown.
## Installation
If you're using Arch linux, there's a PKGBUILD : https://aur.archlinux.org/packages/vim-gtk-recent-git .
Drop this file in a vim plugin folder ($HOME/.vim/plugin,/usr/share/vim/vimfiles/plugin, ...). Vim should be compiled with python enabled.
You will need to have python-gobject installed, and vim or neovim with python support.
This is a vim plugin which can be installed with default vim plugin manager.