Replies: 3 comments
-
|
This is a nice suggestion, I'll convert it to an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please see #547 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This has been added in 12.5.0, please see the issue for details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be useful to call vim with some options depending on the site. For example, on a webmail it could be
vim -c "set filetype=mail textwidth=72 spell", on a forumvim -c "set filetype=bbcode spell"and so on.Is it possible to do this?
I can imagine an external approach, for example, to have a script that first read the title of the active window (say,
xdotool getactivewindow getwindowname) and then call vim with needed options.But I think it would be better to be able to do this using Vieb, for example, Vieb could add the domain to the filename, something like
<unique random string>.example.org(this is how it works in the "Browser's external editor" Chrome extension)Beta Was this translation helpful? Give feedback.
All reactions