Focus config.
This commit is contained in:
@@ -156,16 +156,17 @@ draw_indent_guides: false
|
||||
# Key combination Action
|
||||
Alt-F4 quit
|
||||
|
||||
Ctrl-D select_word_or_create_another_cursor
|
||||
Ctrl-Alt-D select_word_or_create_another_cursor
|
||||
Ctrl-R revert_select_word_or_create_another_cursor
|
||||
Ctrl-Y move_selection_to_next_word
|
||||
Ctrl-Shift-A select_all_occurrences
|
||||
# Ctrl-Shift-A select_all_occurrences
|
||||
|
||||
Ctrl-Shift-D duplicate_lines
|
||||
|
||||
# These shortcuts can be annoying to accidentally use, so they are commented out by default
|
||||
# Shift-Backspace delete_line_and_go_up
|
||||
# Shift-Delete delete_line
|
||||
Ctrl-Shift-K delete_line
|
||||
|
||||
Alt-ArrowUp move_selected_lines_up
|
||||
Alt-ArrowDown move_selected_lines_down
|
||||
@@ -217,6 +218,7 @@ Alt-Shift-Ctrl-I add_cursors_to_line_starts
|
||||
|
||||
Enter break_line
|
||||
Ctrl-Enter new_line_below_without_breaking
|
||||
Ctrl-O new_line_below_without_breaking
|
||||
Ctrl-Shift-Enter new_line_above_without_breaking
|
||||
|
||||
NumpadEnter break_line
|
||||
@@ -231,8 +233,8 @@ Ctrl-Shift-, duplicate_editor
|
||||
Ctrl-Alt-Shift-ArrowLeft move_editor_to_the_left
|
||||
Ctrl-Alt-Shift-ArrowRight move_editor_to_the_right
|
||||
|
||||
Ctrl-N create_new_file
|
||||
Ctrl-Shift-N create_new_file_on_the_side
|
||||
Alt-N create_new_file
|
||||
Alt-Shift-N create_new_file_on_the_side
|
||||
|
||||
Alt-Shift-ArrowUp create_cursor_above
|
||||
Alt-Shift-ArrowDown create_cursor_below
|
||||
@@ -275,18 +277,19 @@ Alt-R toggle_regex_search
|
||||
# For example, if "move_up" is not defined in [editors], the one in the [common] section will be matched.
|
||||
|
||||
Alt-X show_commands
|
||||
Ctrl-Shift-P show_commands
|
||||
Alt-Shift-P show_commands
|
||||
|
||||
Ctrl-Alt-P switch_to_project
|
||||
|
||||
Ctrl-F search_in_buffer
|
||||
# Ctrl-F search_in_buffer
|
||||
Alt-F search_in_buffer_dropdown_mode
|
||||
Ctrl-Shift-F search_in_project
|
||||
# Ctrl-Shift-F search_in_project
|
||||
Alt-Shift-F search_in_project
|
||||
|
||||
Ctrl-P open_file_by_name
|
||||
Ctrl-O navigate_to_file
|
||||
Ctrl-Shift-O navigate_to_file_from_root
|
||||
Ctrl-Tab switch_between_open_files
|
||||
Alt-P open_file_by_name
|
||||
Alt-O navigate_to_file
|
||||
Alt-Shift-O navigate_to_file_from_root
|
||||
# Ctrl-Tab switch_between_open_files
|
||||
|
||||
Ctrl-G go_to_line
|
||||
|
||||
@@ -297,8 +300,8 @@ Ctrl-V paste
|
||||
Ctrl-Z undo
|
||||
Ctrl-Shift-Z redo
|
||||
|
||||
Ctrl-D select_word
|
||||
Ctrl-A select_all
|
||||
# Ctrl-D select_word
|
||||
# Ctrl-A select_all
|
||||
|
||||
Ctrl-K cut_to_end_of_line
|
||||
Ctrl-Shift-Delete delete_to_end_of_line
|
||||
@@ -311,7 +314,7 @@ Escape escape # combines close_dialog and remove_additiona
|
||||
|
||||
Ctrl-Shift-L toggle_expand
|
||||
|
||||
Ctrl-B build_panel_toggle
|
||||
# Ctrl-B build_panel_toggle
|
||||
|
||||
F11 toggle_fullscreen
|
||||
|
||||
@@ -323,31 +326,41 @@ Shift-Tab focus_previous_ui_element
|
||||
# {Shift}- means shift is optional, the key combination will still be matched.
|
||||
# NOTE: in this editor the Shift key is hard-coded to extend selection when held
|
||||
{Shift}-ArrowUp move_up
|
||||
{Shift}-Ctrl-P move_up
|
||||
{Shift}-Ctrl-ArrowUp move_up_fast
|
||||
{Shift}-PageUp move_up_one_page
|
||||
|
||||
{Shift}-ArrowDown move_down
|
||||
{Shift}-Ctrl-N move_down
|
||||
{Shift}-Ctrl-ArrowDown move_down_fast
|
||||
{Shift}-PageDown move_down_one_page
|
||||
|
||||
{Shift}-ArrowLeft move_left
|
||||
{Shift}-Ctrl-B move_left
|
||||
{Shift}-Alt-ArrowLeft move_left_by_character_type
|
||||
{Shift}-Ctrl-ArrowLeft move_left_through_word_throttled
|
||||
{Shift}-Ctrl-Alt-B move_left_through_word_throttled
|
||||
{Shift}-Meta-ArrowLeft move_left_through_word
|
||||
|
||||
{Shift}-ArrowRight move_right
|
||||
{Shift}-Ctrl-F move_right
|
||||
{Shift}-Alt-ArrowRight move_right_by_character_type
|
||||
{Shift}-Ctrl-ArrowRight move_right_through_word_throttled
|
||||
{Shift}-Ctrl-Alt-F move_right_through_word_throttled
|
||||
{Shift}-Meta-ArrowRight move_right_through_word
|
||||
|
||||
{Shift}-Home jump_to_line_start
|
||||
{Shift}-Ctrl-A jump_to_line_start
|
||||
{Shift}-End jump_to_line_end
|
||||
{Shift}-Ctrl-E jump_to_line_end
|
||||
{Shift}-Ctrl-Home jump_to_file_start
|
||||
{Shift}-Ctrl-End jump_to_file_end
|
||||
{Shift}-Ctrl-M jump_to_matching_bracket
|
||||
|
||||
{Shift}-Backspace delete_left_char
|
||||
Ctrl-H delete_left_char
|
||||
{Shift}-Delete delete_right_char
|
||||
Ctrl-D delete_right_char
|
||||
{Shift}-Alt-Backspace delete_left_by_character_type
|
||||
{Shift}-Alt-Delete delete_right_by_character_type
|
||||
{Shift}-Meta-Backspace delete_left_through_word
|
||||
|
||||
Reference in New Issue
Block a user