sublime-keymaps icon indicating copy to clipboard operation
sublime-keymaps copied to clipboard

Find a keymap for... and show all enabled keymaps in a Cheat Sheet.

Results 10 sublime-keymaps issues
Sort by recently updated
recently updated
newest added

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...

I am using sublime text on Ubuntu 20.04. Plugin got installed properly. Works fine. But I Wanted to modify shortcut to get 'search window' from Ctrl+Alt+? to Ctrl+? so that...

This error showed up after I ran Keymaps from the Command Palette. ```Exception in thread Thread-3943: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "C:\Users\aliso\AppData\Roaming\Sublime Text...

@MiroHibler Thanks again for putting up this nice little package and granting me push access to it. I have given the package some love in the form of fixes: -...

Trailing White spaces show up on cheat sheet.

enhancement

Ctrl+Alt+? does not work. (Adding Shift doesn't help either.) If I add a custom keymap: ``` { "keys": ["ctrl+alt+/"], "command": "find_keymap" } ``` It does start working. The same key...

bug

First, thanks for the plugin. It's great! Second, I can barely see the keymaps because of the font size. It's a little clearer on a retina display, but on a...

question

Selecting "Cheat Sheet" gives following errors in console: Exception in thread Thread-67: Traceback (most recent call last): File "./threading.py", line 901, in _bootstrap_inner File "Keymaps in /Users/rik/Library/Application Support/Sublime Text 3/Installed...

bug

ST3 Windows. Pressing Enter dismisses the keymaps list, but does not invoke the selected command.

bug

The Pretty keys are pretty mysterious. Great keymap package, Sorely needed. Thanks. But questions: I see legend at the beginning: ⌃ - CTRL, ⎇ - ALT, ⇧ - SHIFT But...

question