From 1c961a9d620f8e5efa324f0b35f42c06cba8b262 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 24 Aug 2023 09:07:18 +0900 Subject: vim-patch:e059fae10044 runtime(menu): define shortcut for File->Open Tab (vim/vim#12895) Seems missing as noted by Antonio Giovanni Colombo. So add it and use the 'T' as shortcut, which does not seem to be used in the File dialog. Verified on Windows. https://github.com/vim/vim/commit/e059fae100448fee4b581dd5d90ee853ea18de7e Co-authored-by: Christian Brabandt Co-authored-by: Antonio Giovanni Colombo --- runtime/menu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/menu.vim b/runtime/menu.vim index 20a2611aa5..4576ca0ab7 100644 --- a/runtime/menu.vim +++ b/runtime/menu.vim @@ -122,7 +122,7 @@ endfun " File menu an 10.310 &File.&Open\.\.\.:e :browse confirm e an 10.320 &File.Sp&lit-Open\.\.\.:sp :browse sp -an 10.320 &File.Open\ Tab\.\.\.:tabnew :browse tabnew +an 10.320 &File.Open\ &Tab\.\.\.:tabnew :browse tabnew an 10.325 &File.&New:enew :confirm enew an 10.330 &File.&Close:close \ :if winheight(2) < 0 && tabpagewinnr(2) == 0 -- cgit