stiang wrote:Is it possible to use Ctrl-p and Ctrl-n (Emacs-style up/down cursor movement commands) in the Goto Anything result list, and other similar lists? At the moment it looks like I have to use the arrow keys to select a file in the list. I have mapped Ctrl-p and Ctrl-n globally in Mac OS X to mean cursor up/down, but for some reason it doesn’t work in ST2. Can I map this manually in the keymap?
[
{ "keys": ["alt+n"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["alt+p"], "command": "move", "args": {"by": "lines", "forward": true} }
]guillermooo wrote:1) Mappings to scroll up/down Goto Anything
I don't think this was even possible in v1.x for the quick panel, except in "commandMode", which isn't implemented for v2 yet. I've wanted this for a long time too.
Users browsing this forum: Google [Bot] and 6 guests