mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
Automated deployment: Fri Nov 5 13:33:29 UTC 2021 3692647a7a
This commit is contained in:
parent
562200c383
commit
30c36a2be6
@ -143,7 +143,7 @@
|
||||
<h1 id="debug-key-bindings"><a class="header" href="#debug-key-bindings">Debug Key Bindings</a></h1>
|
||||
<p>If you need help debugging or understanding key bindings DYI way, you can
|
||||
create a <code>test.lua</code> file with the following script, launch xplr with
|
||||
<code>xplr --extra-config text.lua</code>, press <code>#</code> and play around.</p>
|
||||
<code>xplr --extra-config test.lua</code>, press <code>#</code> and play around.</p>
|
||||
<pre><code class="language-lua">xplr.config.modes.builtin.default.key_bindings.on_key["#"] = {
|
||||
help = "test",
|
||||
messages = {
|
||||
|
@ -800,7 +800,7 @@ of <a href="modes.html">modes</a> and the key mappings for each mode.</p>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="debug-key-bindings"><a class="header" href="#debug-key-bindings">Debug Key Bindings</a></h1>
|
||||
<p>If you need help debugging or understanding key bindings DYI way, you can
|
||||
create a <code>test.lua</code> file with the following script, launch xplr with
|
||||
<code>xplr --extra-config text.lua</code>, press <code>#</code> and play around.</p>
|
||||
<code>xplr --extra-config test.lua</code>, press <code>#</code> and play around.</p>
|
||||
<pre><code class="language-lua">xplr.config.modes.builtin.default.key_bindings.on_key["#"] = {
|
||||
help = "test",
|
||||
messages = {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user