Re: [vimb-users] some questions about commands
Vimp browser is a webkit based web browser.
Brought to you by:
fanglingsu
|
From: James C. <fal...@fa...> - 2023-06-29 03:56:54
|
On Thu, Jun 29, 2023 at 10:08:31AM +0700, Konst Mayer wrote: > Hi James, > > > 1. What's a good way to configure some commands to always run on > > startup? > > You can simply put them in the configuration file. Thanks, I didn't realize I could put arbitrary commands there. I created https://github.com/fanglingsu/vimb/pull/744 to document that. > > 2. Is there a way to include comments in a file executed with :source? > > Not sure about the :source command, but you can use comments in the > configuration file. Thanks. What is the syntax for comments? I tried starting a line with a double-quote character ("), since vim uses that for comments, but vimb complained that " is an unknown command. > Cheers, > Konst -- James |