File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from ._settings import settings
4
4
5
- __version__ = '0.0.41 '
5
+ __version__ = '0.0.42 '
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def __init__(self):
93
93
shortcut_split_horizontally = SettingProperty ('Ctrl+Shift+H' , "Shortcuts" )
94
94
shortcut_split_vertically = SettingProperty ('Ctrl+Shift+V' , "Shortcuts" )
95
95
shortcut_quick_open_file = SettingProperty ('Ctrl+P' , "Shortcuts" )
96
- shortcut_symbols = SettingProperty ('Ctrl+R ' , "Shortcuts" )
96
+ shortcut_symbols = SettingProperty ('Ctrl+L ' , "Shortcuts" )
97
97
shortcut_previous_tab = SettingProperty ('Ctrl+Shift+Tab' , "Shortcuts" )
98
98
shortcut_close_all_tabs = SettingProperty ('Ctrl+Shift+W' , "Shortcuts" )
99
99
shortcut_close_other_tabs = SettingProperty ('Ctrl+Alt+W' , "Shortcuts" )
You can’t perform that action at this time.
0 commit comments