diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-19 23:52:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-19 23:52:21 +0300 |
commit | 1f49ec438444cce91fd453ee0ed3d5ca23481296 (patch) | |
tree | 567a8df858a1c7485dee7e0609ea8ee5fdad24f9 /.appdata/Sublime Text 3/Default (Windows).sublime-keymap | |
parent | README update (diff) | |
download | linux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.tar.gz linux-home-1f49ec438444cce91fd453ee0ed3d5ca23481296.zip |
export .appdata/ to another project
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, 0 insertions, 6 deletions
diff --git a/.appdata/Sublime Text 3/Default (Windows).sublime-keymap b/.appdata/Sublime Text 3/Default (Windows).sublime-keymap deleted file mode 100644 index e64ad82..0000000 --- a/.appdata/Sublime Text 3/Default (Windows).sublime-keymap +++ /dev/null @@ -1,6 +0,0 @@ -[ - { "keys": ["f5"], "command": "revert" }, - - { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} }, - { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }, -] |