Created
October 28, 2013 00:08
-
-
Save danpe/7189451 to your computer and use it in GitHub Desktop.
Sublime Text 3 Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A self made Sublime Text 3 Commands list. | |
build | |
run_macro_file | |
insert_snippet | |
insert | |
move | |
move_to | |
new_window | |
new_file | |
close_window | |
switch_file | |
close | |
close_file | |
save | |
prompt_save_as | |
toggle_sidebar | |
toggle_full_screen | |
toggle_distraction_free | |
left_delete | |
reopen_last_file | |
right_delete | |
undo | |
redo | |
redo_or_repeat | |
soft_undo | |
soft_redo | |
cut | |
copy | |
paste | |
paste_and_indent | |
select_lines | |
scroll_lines | |
prev_view | |
next_view | |
next_view_in_stack | |
previous_view_in_stack | |
select_all | |
split_selection_into_lines | |
single_selection | |
clear_fields | |
hide_panel | |
hide_overlay | |
hide_auto_complete | |
insert_best_completion | |
replace_completion_with_next_completion | |
indent | |
next_field | |
prev_field | |
commit_completion | |
unindent | |
toggle_overwrite | |
expand_selection | |
close_tag | |
toggle_record_macro | |
run_macro | |
show_overlay | |
show_panel | |
find_next | |
find_prev | |
find_under | |
find_under_prev | |
find_all_under | |
slurp_find_string | |
slurp_replace_string | |
next_result | |
prev_result | |
toggle_setting | |
next_misspelling | |
prev_misspelling | |
swap_line_down | |
swap_line_up | |
toggle_comment | |
join_lines | |
duplicate_line | |
auto_complete | |
replace_completion_with_auto_complete | |
show_scope_name | |
exec | |
sort_lines | |
set_layout | |
focus_group | |
move_to_group | |
select_by_index | |
next_bookmark | |
prev_bookmark | |
toggle_bookmark | |
clear_bookmarks | |
select_all_bookmarks | |
wrap_lines | |
upper_case | |
lower_case | |
title_case | |
swap_case | |
set_mark | |
select_to_mark | |
delete_to_mark | |
swap_with_mark | |
yank | |
show_at_center | |
increase_font_size | |
decrease_font_size | |
fold | |
unfold | |
fold_by_level | |
context_menu | |
For Sublimes Official uncompleted list: http://docs.sublimetext.info/en/sublime-text-3/reference/commands.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment