diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 22:31:28 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 22:31:28 +0200 |
commit | 12f5535a178f74adac36237894ffe08e27b7d449 (patch) | |
tree | 666d4a701293f83800d5e87f0cc1e0020c96f1f7 /.appdata/Sublime Text 3/Default (Windows).sublime-keymap | |
parent | code style (diff) | |
download | linux-home-12f5535a178f74adac36237894ffe08e27b7d449.tar.gz linux-home-12f5535a178f74adac36237894ffe08e27b7d449.zip |
move Windows-specific stuff to .appdata/
Diffstat (limited to '.appdata/Sublime Text 3/Default (Windows).sublime-keymap')
-rw-r--r-- | .appdata/Sublime Text 3/Default (Windows).sublime-keymap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.appdata/Sublime Text 3/Default (Windows).sublime-keymap b/.appdata/Sublime Text 3/Default (Windows).sublime-keymap new file mode 100644 index 0000000..e64ad82 --- /dev/null +++ b/.appdata/Sublime Text 3/Default (Windows).sublime-keymap @@ -0,0 +1,6 @@ +[ + { "keys": ["f5"], "command": "revert" }, + + { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} }, + { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }, +] |