{"id":19078949,"url":"https://github.com/tomtom/tmru_vim","last_synced_at":"2025-04-30T05:23:22.347Z","repository":{"id":1023611,"uuid":"851549","full_name":"tomtom/tmru_vim","owner":"tomtom","description":"Most Recently Used Files in Vim","archived":false,"fork":false,"pushed_at":"2019-03-15T10:26:22.000Z","size":170,"stargazers_count":11,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:04:57.081Z","etag":null,"topics":["vim","vim-plugin","viml"],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=1864","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomtom.png","metadata":{"files":{"readme":"README","changelog":"CHANGES.TXT","contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-20T16:26:26.000Z","updated_at":"2019-03-15T10:26:28.000Z","dependencies_parsed_at":"2022-08-16T11:50:29.643Z","dependency_job_id":null,"html_url":"https://github.com/tomtom/tmru_vim","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Ftmru_vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Ftmru_vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Ftmru_vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Ftmru_vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomtom","download_url":"https://codeload.github.com/tomtom/tmru_vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251646196,"owners_count":21620888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vim-plugin","viml"],"created_at":"2024-11-09T02:12:49.777Z","updated_at":"2025-04-30T05:23:22.323Z","avatar_url":"https://github.com/tomtom.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin allows users to open recently used files. Users can filter \nthe file list by typing a pattern. Users can open multiple files at \nonce. The list of recently used files is synchronized across multiple \ninstances of (g)vim running simultaneously.\n\nBy default, tmru will remember 500 files (see |g:tmruSize|) accessible \nvia the `:Tmru` command. The list can be easily filtered. Users can \noptionally use fuzzy patterns, which is not enabled by default though \n(see |g:tlib#input#filter_mode|).\n\nFiles can be grouped in sessions:\n\n     - Use named sessions to group files that are frequently edited \n       together\n     - Use numbered sessions to open files you edited during one of the\n       latest editing sessions\n\nFiles can be marked as \"sticky\" -- they will never be removed from the \nlist.\n\n`:Tmru` ... open one or more recently used file(s)\n`:Tmruedit` ... edit the mru list\n\nIf viminfo contains \"!\", the data is stored as global variable. Otherwise,\ntlib#cache is used -- which saves the data in `${vimfiles}/cache/tmru/files`\nby default.\n\nBy default tmru matches the search pattern on the full filename. If \nyou want to match on the basename, add the following to your |.vimrc| \nfile: \u003e\n\n    let g:tmru_world = {}\n    let g:tmru_world.filter_format = 'fnamemodify(%s, \":t\")'\n\nIf you want to retain the last filter between calls of `:Tmru`, you \ncould also add the following lines: \u003e\n\n    let g:tmru_world.cache_var = 'g:tmru_cache'\n    let g:tmru_world.restore_from_cache = ['filter']\n\n\n-----------------------------------------------------------------------\nInstall~\n\nEdit the vba file and type: \u003e\n\n    :so %\n\nSee :help vimball for details. If you have difficulties or use vim 7.0, \nplease make sure, you have the current version of vimball\n(vimscript #1502) installed or update your runtime.\n\nThis script requires tlib (vimscript #1863) to be installed.\n\nSuggested maps (to be set in ~/.vimrc): \u003e\n    noremap \u003cm-r\u003e :Tmru\u003ccr\u003e\n\n\n\n\nDependencies:\n  tlib (\u003e= 1.27) :: http://github.com/tomtom/tlib_vim\n\nLicense: GPLv3 or later\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Ftmru_vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomtom%2Ftmru_vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Ftmru_vim/lists"}