如何关闭我正在使用的当前文件(在Rubymine中)?我不想点击'x',因为我讨厌鼠标,我不想“关闭所有修改过的”我只是想关闭当前有焦点的文件,就像我可以在任何其他程序上一样按下Command W。
答案 0 :(得分:2)
我打赌你错过了this documentation section。
快捷方式取决于键盘映射,可以自定义,但默认值为Windows上的 Ctrl + F4 和 Cmd + Mac上的F4
验证Settings
|中的快捷方式Keymap
,确保它与其他应用程序不冲突,尝试将Close
操作映射到其他快捷方式。它工作正常,我已经仔细检查了它。
答案 1 :(得分:1)
Command-W应该可以关闭当前版本的Rubymine(6.2)
中的当前文件答案 2 :(得分:0)
与CrazyCoder说的不一样。以下是将关闭和关闭所有窗口映射到Rubymine中的快捷键的确切步骤:
Rubymine | Preferences | Keymap | Main Menu | Edit | Select Word at Caret >> Remove Keyboard Shortcut: command+W
Rubymine | Preferences | Keymap | Main Menu | Edit | Unselect Word at Caret >> Remove Keyboard Shortcut: command+shift+W
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close >> Remove Keyboard Shortcut: command+F4
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close >> Add Keyboard Shortcut: command+W
Rubymine | Preferences | Keymap | Window | Editor Tabs | Close All >> Add Keyboard Shortcut: command+shift+W
详细信息:http://lexsheehan.blogspot.com/2013/01/fixing-close-window-keyboard-shortcuts.html