« get me outta code hell

st4: don't use hyphen in wiki tag command - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/apps
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-23 17:37:47 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-23 17:38:39 -0400
commit85f47515a3a6ea256cf5a0ec8f99ae71059849e7 (patch)
tree01a6d1a2d24001f9d7679a8a63bdafcc29b16553 /apps
parentacbb2f3282a25626316428769502105f7a86986d (diff)
st4: don't use hyphen in wiki tag command
Diffstat (limited to 'apps')
-rw-r--r--apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap b/apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap
index 3bb8737..551ebaf 100644
--- a/apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap
+++ b/apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap
@@ -22,7 +22,7 @@
 	},
 
 	{ "keys": ["shift+f16"],
-		"command": "hyphen_in_wiki_tag",
+		"command": "enter_exit_wiki_tag",
 		"context": [
 			{ "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" },
 		],