From 12f5535a178f74adac36237894ffe08e27b7d449 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 Aug 2016 22:31:28 +0200 Subject: move Windows-specific stuff to .appdata/ --- .appdata/Sublime Text 3/Default (Windows).sublime-keymap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .appdata/Sublime Text 3/Default (Windows).sublime-keymap (limited to '.appdata/Sublime Text 3/Default (Windows).sublime-keymap') 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} }, +] -- cgit v1.2.3