MiroHibler / sublime-keymaps

Find a keymap for... and show all enabled keymaps in a Cheat Sheet.
143 stars 9 forks source link

Not working #32

Open 9840380 opened 1 year ago

9840380 commented 1 year ago

command: find_keymap Exception in thread Thread-36: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 765, in run rendered = list(self.renderer.format(keymaps)) File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 710, in format packages = sorted(packages, key=key_func) File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 438, in extract keyMaps = self.getKeymaps() File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 352, in getKeymaps if not key_token[0]: IndexError: list index out of range

command: cheat_sheet Exception in thread Thread-38: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 765, in run rendered = list(self.renderer.format(keymaps)) File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 629, in format packages = sorted(packages, key=key_func) File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 438, in extract keyMaps = self.getKeymaps() File "/Users/z/Library/Application Support/Sublime Text/Installed Packages/Keymaps.sublime-package/sublime_keymaps.py", line 352, in getKeymaps if not key_token[0]: IndexError: list index out of range

MiroHibler commented 1 year ago

I'm not maintaining this plugin anymore as I moved away from Sublime a few years ago, sorry :(

9840380 commented 1 year ago

Thanks. and what are you using now? Neovim?