diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:13:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-02 22:13:55 +0300 |
commit | b2b80be71419955ccae3e77c8f9d793ab665ac93 (patch) | |
tree | 8e41fdd84f48cfc9c5568741bc784a8620fbbe20 /.Sublime Text 3/Default (Windows).sublime-keymap | |
parent | .gitconfig: add alias.l (diff) | |
download | linux-home-b2b80be71419955ccae3e77c8f9d793ab665ac93.tar.gz linux-home-b2b80be71419955ccae3e77c8f9d793ab665ac93.zip |
Sublime Text 3: spaces to tabs
Diffstat (limited to '')
-rw-r--r-- | .Sublime Text 3/Default (Windows).sublime-keymap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Sublime Text 3/Default (Windows).sublime-keymap b/.Sublime Text 3/Default (Windows).sublime-keymap index 6722804..e64ad82 100644 --- a/.Sublime Text 3/Default (Windows).sublime-keymap +++ b/.Sublime Text 3/Default (Windows).sublime-keymap @@ -1,6 +1,6 @@ [ - { "keys": ["f5"], "command": "revert" }, + { "keys": ["f5"], "command": "revert" }, - { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} }, - { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }, + { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} }, + { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }, ] |