Sublime Forum

Vintage Mode / Close File

#1

A few versions back, ctrl+w ceased to close the open file unless you were in editing mode. How do you close a file while in command mode? I can’t even find a close (except close all) command in the command palette.

0 Likes

#2

CTRL+W, C works for me.

From Vintage/Default.sublime-keymap:

{ "keys": "ctrl+w", "c"], "command": "close", "context": {"key": "setting.vintage_ctrl_keys"}, {"key": "setting.command_mode"}] }, { "keys": "ctrl+w", "q"], "command": "close", "context": {"key": "setting.vintage_ctrl_keys"}, {"key": "setting.command_mode"}] },

0 Likes

#3

That works I guess, thanks. Used to be just ctrl+w, no second command necessary.

0 Likes