[컴] sublime text 3 preferences key-bindings user

short cut / shortcut / set key map / keymap / toggle wrap key in sublime text / keybindings



sublime text 3 preferences key-bindings user


[
 { "keys": ["f4"], "command": "find_next" },
 { "keys": ["f3"], "command": "find_prev" },
 { "keys": ["shift+f3"], "command": "find_under_prev" },
 { "keys": ["shift+f4"], "command": "find_under" },
 { "keys": ["ctrl+shift+l"], "command": "find_all_under" },


 { "keys": ["ctrl+alt+left"], "command": "jump_back" },
 { "keys": ["ctrl+alt+right"], "command": "jump_forward" },
 { "keys": ["alt+,"], "command": "jump_back" },
 { "keys": ["alt+."], "command": "jump_forward" },


 { "keys": ["shift+alt+n"], "command": "new_pane", "args": {"move": true} },
 { "keys": ["shift+alt+w"], "command": "close_pane" },
 { "keys": ["ctrl+alt+,"], "command": "focus_neighboring_group", "args": {"forward": false} },
 { "keys": ["ctrl+alt+."], "command": "focus_neighboring_group" },
 
 
 { "keys": ["ctrl+alt+b"], "command": "goto_python_definition" },
 { "keys": ["ctrl+b"], "command": "goto_definition"},
 

 { "keys": ["shift+f8"], "command": "highlight_words" },
 { "keys": ["ctrl+k", "ctrl+w"], "command": "close_others" },
 

 { "keys": ["shift+f7"], "command": "show_panel", "args": {"panel": "output.find_results"} },
 { "keys": ["f8"], "command": "next_result" },
 { "keys": ["f7"], "command": "prev_result" },

 { "keys": ["ctrl+]"], "command": "fold" },
 { "keys": ["ctrl+["], "command": "unfold" },
 { "keys": ["ctrl+shift+["], "command": "indent" },
 { "keys": ["ctrl+shift+]"], "command": "unindent" },

 { "keys": ["alt+up"], "command": "swap_line_up" },
 { "keys": ["alt+down"], "command": "swap_line_down" },

 { "keys": ["alt+z"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
 { "keys": ["ctrl+\\"], "command": "clone_file", "args": {"add_to_selection": true} }
]



댓글 없음:

댓글 쓰기