Imported existing config

This commit is contained in:
0xFEEDC0DE64
2018-10-11 12:42:27 +02:00
parent 99d92cf626
commit 832cfeeb9e
2 changed files with 19 additions and 0 deletions

View 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" },
]

View 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
}