Imported existing config
This commit is contained in:
6
Packages/User/Default (Linux).sublime-keymap
Normal file
6
Packages/User/Default (Linux).sublime-keymap
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{ "keys": ["ctrl+tab"], "command": "next_view" },
|
||||
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
|
||||
{ "keys": ["ctrl+k"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
|
||||
{ "keys": ["ctrl+r"], "command": "refresh_folder_list" },
|
||||
]
|
13
Packages/User/Preferences.sublime-settings
Normal file
13
Packages/User/Preferences.sublime-settings
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"drag_text": false,
|
||||
"draw_white_space": "all",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"highlight_line": true,
|
||||
"shift_tab_unindent": true,
|
||||
"show_line_endings": true,
|
||||
"show_tab_close_buttons": false,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"use_tab_stops": false,
|
||||
"word_wrap": false
|
||||
}
|
Reference in New Issue
Block a user