开发者

Vimperator - using tab key with firebug

开发者 https://www.devze.com 2023-02-10 13:22 出处:网络
Anyone know how to get round the fact that you can\'t tab through styles in firebug when vimperator is enabled? It jumps you down to the status bar instead of tabbing to the next property.

Anyone know how to get round the fact that you can't tab through styles in firebug when vimperator is enabled? It jumps you down to the status bar instead of tabbing to the next property.

I've tried adding:

  noremap <Tab> <nop>开发者_如何学编程  

to my .vimperatorrc .. no luck


You can use enter instead of tab. Enter works both for going from the attribute to the value (as does ":", as you noted yourself), and for going to the next line. I agree it's not perfect, but it works.


On osx, running mavericks, I have the same issue. Im not sure of an actual solution, but this appears to only occur for me when I'm running firebug as a docked window (ex. attached to the main window at the bottom). If you run firebug in it's own window (click on the up arrow at the top right of the default firebug menubar), the problem does not occur.

I was previously using the above solution as a last ditch effort, then realized there didn't seem to be a workaround for shift+tab or reverse iterative jump (deal breaker).

0

精彩评论

暂无评论...
验证码 换一张
取 消