aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-08-24 09:07:18 +0900
committerChristian Clason <c.clason@uni-graz.at>2023-08-24 11:33:06 +0900
commit1c961a9d620f8e5efa324f0b35f42c06cba8b262 (patch)
treed90aeef7ddf67b42a778c152a4f5fd92ce8dd262
parent1c709f5a61f4a691562597004371174dd9957d9f (diff)
downloadrneovim-1c961a9d620f8e5efa324f0b35f42c06cba8b262.tar.gz
rneovim-1c961a9d620f8e5efa324f0b35f42c06cba8b262.tar.bz2
rneovim-1c961a9d620f8e5efa324f0b35f42c06cba8b262.zip
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 <cb@256bit.org> Co-authored-by: Antonio Giovanni Colombo <azc100@gmail.com>
-rw-r--r--runtime/menu.vim2
1 files changed, 1 insertions, 1 deletions
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\.\.\.<Tab>:e :browse confirm e<CR>
an 10.320 &File.Sp&lit-Open\.\.\.<Tab>:sp :browse sp<CR>
-an 10.320 &File.Open\ Tab\.\.\.<Tab>:tabnew :browse tabnew<CR>
+an 10.320 &File.Open\ &Tab\.\.\.<Tab>:tabnew :browse tabnew<CR>
an 10.325 &File.&New<Tab>:enew :confirm enew<CR>
an <silent> 10.330 &File.&Close<Tab>:close
\ :if winheight(2) < 0 && tabpagewinnr(2) == 0 <Bar>