« get me outta code hell

st4: move Sublime Text 4 config into apps directory - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/Sublime Text/Default (OSX).sublime-keymap
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:18:35 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:37:55 -0400
commit4288b705f9ca9c383e3101c3da137dbb02dddf20 (patch)
tree33a12b654fd2786a1231f7e9607615ce2306b1c1 /Sublime Text/Default (OSX).sublime-keymap
parent5270d34dba5a0ef4d96acc7c091897cf58ce353d (diff)
st4: move Sublime Text 4 config into apps directory
Diffstat (limited to 'Sublime Text/Default (OSX).sublime-keymap')
-rw-r--r--Sublime Text/Default (OSX).sublime-keymap6
1 files changed, 0 insertions, 6 deletions
diff --git a/Sublime Text/Default (OSX).sublime-keymap b/Sublime Text/Default (OSX).sublime-keymap
deleted file mode 100644
index abe47a9..0000000
--- a/Sublime Text/Default (OSX).sublime-keymap
+++ /dev/null
@@ -1,6 +0,0 @@
-[
-	{ "keys": ["ctrl+tab"], "command": "next_view" },
-	{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
-	{ "keys": ["super+alt+s"], "command": "toggle_side_bar" },
-	{ "keys": ["super+shift+d"], "command": "clone_file" }
-]