atom-keystroke icon indicating copy to clipboard operation
atom-keystroke copied to clipboard

define multi keystroke commands easily

Results 5 atom-keystroke issues
Sort by recently updated
recently updated
newest added

I want to quickly move to then end and beginning of a line. I tried several ways without success: ``` 'atom-text-editor.vim-mode-plus.normal-mode': 'space j': 'keystroke 5 j' 'space k': 'keystroke 5...

I am trying to make a map like this: ``` '.editor.vim-mode-plus:not(.insert-mode)': '/': 'keystroke / \\ c' ``` in order to have case-insensitive search by default. But what happens is that...

[Enter steps to reproduce:] 1. Trigger keybinding that uses keystroke **Atom**: 1.22.0 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.12.6 **Thrown From**: [keystroke](https://github.com/t9md/atom-keystroke) package 0.2.1 ### Stack Trace Uncaught TypeError:...

This doesn't seem to work with Emmet. I want to create a shortcut for HTML formatting. For example, underline. With Emmet, `ctrl-w` wraps text in an abbreviation. So, the keystrokes...