sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
271 stars 14 forks source link

Ctrl+F4 keybinding to close tab missing #1755

Closed keith-hall closed 1 year ago

keith-hall commented 1 year ago

Version info

Description

It is standard behaviour to be able to close a tab by pressing Ctrl+F4. This currently does nothing.

Steps to reproduce

Steps to reproduce the behavior:

  1. Have more than one repository open
  2. Press Ctrl+F4

Expected behavior

The current tab should close.

Currently the workaround is to use Ctrl+W but Ctrl+F4 should also work - just like it does in Sublime Text.

Proposed solution Add this binding to the default keymap (at least for Windows and Linux):

{ "keys": ["ctrl+f4"], "command": "close_tab" },
pasmai commented 1 year ago

You can already use : Ctrl + W to close the tab Ctrl + Shift + T to re-open the tab

dpjohnst commented 1 year ago

Hi @keith-hall,

Thanks for reporting this - this has been fixed in Sublime Merge 2086 (development build) and will be available in the next stable build.

Kind regards, - Dylan from Sublime HQ

keith-hall commented 1 year ago

Thanks Dylan, let's close this issue then to keep the open issues list relevant 🙂