Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #32

Open
9840380 opened this issue Jan 12, 2023 · 2 comments
Open

Not working #32

9840380 opened this issue Jan 12, 2023 · 2 comments

Comments

@9840380
Copy link

9840380 commented Jan 12, 2023

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
Copy link
Owner

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

@9840380
Copy link
Author

9840380 commented Jan 15, 2023

Thanks. and what are you using now? Neovim?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants