如何关闭我正在处理的当前文件(在Rubymine中)?我不想点击'x‘,因为我讨厌鼠标,我也不想“关闭所有修改过的文件”,我只想关闭当前有焦点的文件,就像我在Mac上按下Command W的任何其他程序一样。
发布于 2014-09-18 15:58:07
命令-W应该可以关闭当前版本的Rubymine中的当前文件(6.2)
发布于 2013-01-14 20:24:08
CrazyCoder说的话也是如此。下面是将Close和Close所有窗口映射到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
https://stackoverflow.com/questions/11444237
复制相似问题