First:
git rm -r --cached .
git add .Then:
First:
git rm -r --cached .
git add .Then:
| [ | |
| { "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context": | |
| [ | |
| { "key": "setting.auto_match_enabled", "operator": "equal", "operand": true }, | |
| { "key": "has_next_field", "operator": "not_equal", "operand": true }, | |
| { "key": "auto_complete_visible", "operator": "not_equal", "operand": true }, | |
| { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true }, | |
| { "key": "following_text", "operator": "regex_contains", "operand": "(`|\\)|\\]|\\}|'|\").*", "match_all": true }, | |
| { "key": "preceding_text", "operator": "regex_contains", "operand": "(`|\\(|\\[|\\{|'|\")", "match_all": true } | |
| ] |
| [ | |
| { "keys": ["j", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": | |
| [ | |
| {"key": "vi_insert_mode_aware"} | |
| ] | |
| } | |
| ] |