Skip to content

Commit

Permalink
runtime(menu): define shortcut for File->Open Tab
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
azc100 authored and chrisbra committed Aug 23, 2023
1 parent 4112aca commit 5321cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/menu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ enddef
" 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>
Expand Down

0 comments on commit 5321cea

Please sign in to comment.