Firenvim 的评价
Firenvim 作者: Ghjuvan Lacambre
Caleb Maclennan 的评价
评分 5 / 5
来自 Caleb Maclennan,5 年前After so many years of wanting this, it's actually happening! I've used so many poor-man attempts at this that try to emulate vim like keys in the browser or shuffle data off to an external editor window. This is different! This is a full blown real instance of Neovim being run with my usual init.rc configuration and all my plugins ... overlayed on text areas.
Yes it has some rough edges (don't hit CTRL-W in an editor!) and not all sites work seamlessly yet, but this is clearly a step beyond all previous attempts at something like this.
Yes it has some rough edges (don't hit CTRL-W in an editor!) and not all sites work seamlessly yet, but this is clearly a step beyond all previous attempts at something like this.
37 条评价
- 评分 5 / 5来自 Firefox 用户 18326362,8 个月前
- 评分 5 / 5来自 Firefox 用户 16953356,9 个月前
- 评分 5 / 5来自 manyids2,10 个月前
- 评分 5 / 5来自 schoenix,1 年前Nice, but one Feature Request: It would be nice to have an option to have it deactivated by default and only activate it for specific websites.
- 评分 5 / 5来自 Bryan Hoang,1 年前
- 评分 5 / 5来自 cassepipe,2 年前Been looking for an extension that would allow vim editing in the browser for some time but now it finally exists !
It is a sheer pleasure to use.
By defaut the font will probably appear too big. Sadly the README of the project (https://github.com/glacambre) does not mention how to solve this issue. But on the issue tracker some solutions are proposed (https://github.com/glacambre/firenvim/issues/972)
Since the extension in using neovim in the backend, you should of course have neovim installed.
The `set guifont=my_font:h10` neovim option should solve the issue most of the time. Learn about the `lines` and `colums` neovim options too. - 评分 5 / 5来自 Firefox 用户 17658624,2 年前
- 评分 5 / 5来自 Firefox 用户 15577501,2 年前
- 评分 5 / 5来自 Bryan Hoang,2 年前
- 评分 5 / 5来自 zim-711,3 年前
- 评分 5 / 5来自 Cleo Menezes Jr.,3 年前
- 评分 5 / 5来自 p00f,3 年前
- 评分 5 / 5来自 Kassius,4 年前
- 评分 5 / 5来自 Amaraticando,4 年前Awesome addon! The best way to use neovim from within Firefox and I can do so on demand via a hotkey. Thanks.
- 评分 5 / 5来自 DPR,4 年前
- 评分 5 / 5来自 Tamino Steinert,4 年前
- 评分 5 / 5来自 Firefox 用户 15550945,4 年前
- 评分 5 / 5来自 pelle,4 年前Unbelievably, it actually works: vim (with local settings and plugins) in Firefox!
Seems to run fine alongside Vimium, after setting a keybinding to unfocus vim (however text box navigation labels seem to be hidden behind Firenvim). Works perfect on Hacker News but needs a bit of tweaking to play well with web apps like Mattermost.
Impressive! - 评分 5 / 5来自 Saber,4 年前This is just one of the best extension that I've ever found. Works as expected! Currently the renderer is being rewrite, can't wait to see when it's released!
- 评分 5 / 5来自 BanditHijo,4 年前
- 评分 2 / 5来自 Firefox 用户 16252150,4 年前Rarely does work on input fields, but when it does, it's pretty good.
开发者回应
发布于 4 年前Firenvim not taking over input fields is done on purpose. You can add input fields to the list of elements Firenvim should take over by changing the 'selector' setting: https://github.com/glacambre/firenvim#configuring-what-elements-firenvim-should-appear-on .