deploy: 95201931f2
This commit is contained in:
parent
991f742152
commit
efddf410f5
|
@ -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 = {
|
||||
"<Ctrl-v>" = "spawn mpv {url}";
|
||||
",p" = "spawn --userscript qute-pass";
|
||||
",l" = ''config-cycle spellcheck.languages ["en-GB"] ["en-US"]'';
|
||||
"<F1>" = mkMerge [
|
||||
"config-cycle tabs.show never always"
|
||||
"config-cycle statusbar.show in-mode always"
|
||||
"config-cycle scrolling.bar never always"
|
||||
];
|
||||
};
|
||||
prompt = {
|
||||
"<Ctrl-y>" = "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">[
|
||||
<derivation vimplugin-vim-sensible-2023-02-23>
|
||||
<derivation vimplugin-vim-sensible-2023-03-08>
|
||||
]</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">
|
||||
<home-manager/modules/programs/vim.nix>
|
||||
</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
|
||||
|
|
Loading…
Reference in a new issue