bizoo wrote:Isn't it redundant with the new Command Palette ?
Right you are, this is totally redundant now. I hadn't really played with the command palette yet but it looks quite cool!
bizoo wrote:Isn't it redundant with the new Command Palette ?
iamntz wrote:First thing that was annoying to me was the soft tabs.
..
The only two thing that I need to replace E completely is: translate all snippets from E to ST and make ctrl+tab to behave (is very redundant right now). Go to last active tab would be great. Any clues?
bizoo wrote:Isn't it redundant with the new Command Palette ?
I tried this key binding:
- Code: Select all
[
{ "keys": ["ctrl+shift+y"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Set Syntax:"} }
]
but it doesn't work properly, look like the "text" parameter is ignored. Maybe Jon could make it work.
{ "keys": ["tab"], "command": "move_to", "args": {
"to": "bol",
"forward":true
}, "context":[
{
"key": "following_text",
"operator": "regex_contains",
"operand": "\t",
"match_all": false
}
]
}[tab][tab]some things[tab] {"command": "move", "args": {"by": "words", "forward": true} }
Return to Plugin Announcements
Users browsing this forum: vim and 18 guests