This commit is contained in:
ncfavier 2023-03-15 18:23:12 +00:00
parent 991f742152
commit efddf410f5

View file

@ -5041,11 +5041,16 @@ commands. The following modes are available:
</p></dd><dt><span class="term"><code class="literal">register</code></span></dt><dd><p>
Entered when qutebrowser is waiting for a register name/key for
commands like <code class="literal">:set-mark</code>.
</p></dd></dl></div><p><span class="emphasis"><em>Type:</em></span> attribute set of attribute set of string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
</p></dd></dl></div><p><span class="emphasis"><em>Type:</em></span> attribute set of attribute set of strings concatenated with " ;; "</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
normal = {
"&lt;Ctrl-v&gt;" = "spawn mpv {url}";
",p" = "spawn --userscript qute-pass";
",l" = ''config-cycle spellcheck.languages ["en-GB"] ["en-US"]'';
"&lt;F1&gt;" = mkMerge [
"config-cycle tabs.show never always"
"config-cycle statusbar.show in-mode always"
"config-cycle scrolling.bar never always"
];
};
prompt = {
"&lt;Ctrl-y&gt;" = "prompt-yes";
@ -6124,7 +6129,7 @@ editor using the <code class="envar">EDITOR</code> environment variable.</p><p><
</p><p>
Note: String values are deprecated, please use actual packages.</p><p><span class="emphasis"><em>Type:</em></span> list of (string or package)</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">[
&lt;derivation vimplugin-vim-sensible-2023-02-23&gt;
&lt;derivation vimplugin-vim-sensible-2023-03-08&gt;
]</pre><p><span class="emphasis"><em>Example:</em></span> <code class="literal">[ pkgs.vimPlugins.YankRing ]</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/vim.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/vim.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.vim.settings"></a><a class="term" href="options.html#opt-programs.vim.settings"><code class="option">programs.vim.settings</code></a></span></dt><dd><p>At attribute set of Vim settings. The attribute names and