We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd384e9 commit 5633e49Copy full SHA for 5633e49
README.md
@@ -0,0 +1,7 @@
1
+# WhichKey.Unity
2
+a vim-like key sequence shortcut manager for unity inspired by whichkey.nvim.
3
+# What is WhichKey and why
4
+Instead of using modifiers key combination,WhichKey accept ``Active`` + key sequence,for example you assign ``Space`` as your active key:
5
+- Unity : **Move To view** ``ctrl`` ``alt`` ``f`` **Align with view** ``ctrl`` ``shift`` ``f``
6
+- WhichKey: **Move to View** ``space`` ``v`` ``m`` , **Align with View** ``space`` ``v`` ``a``
7
+
0 commit comments