addictionwhite’s diary

考え中のことを整理と忘備録のために綴ります。ここに書かれている考えは翌日には変わる可能性があります

自分用暫定メモ

{
"always_show_minimap_viewport": false,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 700,
"auto_complete_size_limit": 4194304,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime-Themes/Monokai-Dev.tmTheme",
"detect_indentation": true,
"disable_formatted_linebreak": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_active"
],
"margin": 0,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"phoenix_color_blue": true,
"phoenix_highlight_current_tab": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 4,
"theme": "DC_3_GW.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": true,
"word_wrap": false
}

 

 

 

error_log(__CLASS__ . __LINE__ . '行:' . ('開始') . "\n", 3, '/Applications/MAMP/logs/debug.log'); //TODO

 

 

[
// F3で関数の宣言元にジャンプ
{ "keys": ["f3"], "command": "goto_definition" },
// alt+左で戻る
{ "keys": ["alt+left"], "command": "jump_back" },
// alt+右で戻ったのをまた進める
{ "keys": ["alt+right"], "command": "jump_forward" },
{ "keys": ["ctrl+alt+l"], "command": "list_open_files" },


{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },

// 右移動(Ctrl + F)
{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true } },
// 左移動(Ctrl + D)
{ "keys": ["ctrl+h"], "command": "move", "args": {"by": "characters", "forward": false } },
// 上移動(Ctrl + P)
{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": false } },
// 下移動(Ctrl + N)
{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "lines", "forward": true } },

{ "keys": ["f1"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+k", "ctrl+b"], "command": "toggle_side_bar" },
]

 

 

GitHub - aziz/BetterFindBuffer: Adds a couple of missing features to SublimeText 3 Find Results buffer