aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/select_old_files.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/select_old_files.vim')
-rw-r--r--vim/plugin/select_old_files.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/plugin/select_old_files.vim b/vim/plugin/select_old_files.vim
index dbfbd64c..5d880404 100644
--- a/vim/plugin/select_old_files.vim
+++ b/vim/plugin/select_old_files.vim
@@ -4,3 +4,5 @@ endif
let loaded_select_old_files = 1
command! -bar SelectOldFiles
\ call select_old_files#()
+nnoremap <Plug>SelectOldFiles
+ \ :<C-U>SelectOldFiles<CR>