aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.Sublime Text 3/Default (Windows).sublime-keymap
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-07 16:45:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-07 16:45:53 +0300
commit0f96ff8d3cce34ef7db3ccca81475acda0c9a877 (patch)
tree6ce881500a59ee39cb094abf0645ad2413da3515 /.Sublime Text 3/Default (Windows).sublime-keymap
parentREADME update (diff)
downloadlinux-home-0f96ff8d3cce34ef7db3ccca81475acda0c9a877.tar.gz
linux-home-0f96ff8d3cce34ef7db3ccca81475acda0c9a877.zip
add Sublime Text 3 settings
* .bashrc: shopt -s nullglob * .bashrc: errexit error handling
Diffstat (limited to '')
-rw-r--r--.Sublime Text 3/Default (Windows).sublime-keymap6
1 files changed, 6 insertions, 0 deletions
diff --git a/.Sublime Text 3/Default (Windows).sublime-keymap b/.Sublime Text 3/Default (Windows).sublime-keymap
new file mode 100644
index 0000000..1609b63
--- /dev/null
+++ b/.Sublime Text 3/Default (Windows).sublime-keymap
@@ -0,0 +1,6 @@
+[
+ {
+ "keys": ["f5"],
+ "command": "revert"
+ }
+]