Automated deployment: Mon Jun 28 06:27:42 UTC 2021 5779c3447b

gh-pages
sayanarijit 3 years ago
parent 29b7e0c6af
commit c390bd15eb

@ -197,22 +197,22 @@ portability and extensibility.</li>
hurry.</li>
<li><strong>Sane (vim-like) defaults:</strong>
<ul>
<li>Use <kbd>h</kbd>, <kbd>j</kbd>, <kbd>k</kbd>, <kbd>l</kbd> or arrow keys
<li>Use <code>h</code>, <code>j</code>, <code>k</code>, <code>l</code> or arrow keys
for basic navigation.</li>
<li>Go to top using <kbd>g</kbd><kbd>g</kbd>, and bottom using <kbd>G</kbd>.</li>
<li>Travel history using <kbd>ctrl-o</kbd> and <kbd>ctrl-i</kbd>.</li>
<li>Go to home directory using <kbd>~</kbd>.</li>
<li>Enter search mode with <kbd>/</kbd> or <kbd>ctrl-f</kbd>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <kbd>4</kbd><kbd>enter</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>enter</kbd>.</li>
<li>Go to relative index (e.g. <code>4 down</code>) using <kbd>4</kbd><kbd>down</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>down</kbd>.</li>
<li>Follow symlink using <kbd>g</kbd><kbd>f</kbd>.</li>
<li>Open in GUI using <kbd>g</kbd><kbd>x</kbd>.</li>
<li>Spawn terminal using <kbd>:</kbd><kbd>!</kbd>.</li>
<li>Toggle selection using <kbd>v</kbd> or <kbd>space</kbd>.</li>
<li>Toggle select all using <kbd>V</kbd> or <kbd>ctrl-a</kbd>.</li>
<li>Clear selections using <kbd>ctrl-u</kbd>.</li>
<li>Go to top using <code>g</code> <code>g</code>, and bottom using <code>G</code>.</li>
<li>Travel history using <code>ctrl-o</code> and <code>ctrl-i</code>.</li>
<li>Go to home directory using <code>~</code>.</li>
<li>Enter search mode with <code>/</code> or <code>ctrl-f</code>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <code>4</code> <code>enter</code> or
<code>:</code> <code>4</code> <code>enter</code>.</li>
<li>Go to relative index (e.g. <code>4</code> <code>down</code>) using <code>4</code> <code>down</code> or
<code>:</code> <code>4</code> <code>down</code>.</li>
<li>Follow symlink using <code>g</code> <code>f</code>.</li>
<li>Open in GUI using <code>g</code> <code>x</code>.</li>
<li>Spawn terminal using <code>:</code> <code>!</code>.</li>
<li>Toggle selection using <code>v</code> or <code>space</code>.</li>
<li>Toggle select all using <code>V</code> or <code>ctrl-a</code>.</li>
<li>Clear selections using <code>ctrl-u</code>.</li>
</ul>
</li>
<li><strong>Separate keys for navigation:</strong> navigation keys are separated from the
@ -242,15 +242,15 @@ directories.</li>
<a href="https://github.com/sayanarijit/xplr/pull/229">integrate with previewers</a>.</li>
<li><strong>Different quit options:</strong>
<ul>
<li>Quit with success without any output (<kbd>q</kbd>).</li>
<li>Quit with success and the result printed on stdout (<kbd>enter</kbd>).</li>
<li>Quit with success without any output (<code>q</code>).</li>
<li>Quit with success and the result printed on stdout (<code>enter</code>).</li>
<li>Quit with success and the present working directory printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>p</kbd>).</li>
(<code>:</code> <code>q</code> <code>p</code>).</li>
<li>Quit with success and the path under focus printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>f</kbd>).</li>
(<code>:</code> <code>q</code> <code>f</code>).</li>
<li>Quit with success and the selection printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>s</kbd>).</li>
<li>Quit with failure (<kbd>ctrl-c</kbd>).</li>
(<code>:</code> <code>q</code> <code>s</code>).</li>
<li>Quit with failure (<code>ctrl-c</code>).</li>
</ul>
</li>
</ul>

@ -197,22 +197,22 @@ portability and extensibility.</li>
hurry.</li>
<li><strong>Sane (vim-like) defaults:</strong>
<ul>
<li>Use <kbd>h</kbd>, <kbd>j</kbd>, <kbd>k</kbd>, <kbd>l</kbd> or arrow keys
<li>Use <code>h</code>, <code>j</code>, <code>k</code>, <code>l</code> or arrow keys
for basic navigation.</li>
<li>Go to top using <kbd>g</kbd><kbd>g</kbd>, and bottom using <kbd>G</kbd>.</li>
<li>Travel history using <kbd>ctrl-o</kbd> and <kbd>ctrl-i</kbd>.</li>
<li>Go to home directory using <kbd>~</kbd>.</li>
<li>Enter search mode with <kbd>/</kbd> or <kbd>ctrl-f</kbd>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <kbd>4</kbd><kbd>enter</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>enter</kbd>.</li>
<li>Go to relative index (e.g. <code>4 down</code>) using <kbd>4</kbd><kbd>down</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>down</kbd>.</li>
<li>Follow symlink using <kbd>g</kbd><kbd>f</kbd>.</li>
<li>Open in GUI using <kbd>g</kbd><kbd>x</kbd>.</li>
<li>Spawn terminal using <kbd>:</kbd><kbd>!</kbd>.</li>
<li>Toggle selection using <kbd>v</kbd> or <kbd>space</kbd>.</li>
<li>Toggle select all using <kbd>V</kbd> or <kbd>ctrl-a</kbd>.</li>
<li>Clear selections using <kbd>ctrl-u</kbd>.</li>
<li>Go to top using <code>g</code> <code>g</code>, and bottom using <code>G</code>.</li>
<li>Travel history using <code>ctrl-o</code> and <code>ctrl-i</code>.</li>
<li>Go to home directory using <code>~</code>.</li>
<li>Enter search mode with <code>/</code> or <code>ctrl-f</code>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <code>4</code> <code>enter</code> or
<code>:</code> <code>4</code> <code>enter</code>.</li>
<li>Go to relative index (e.g. <code>4</code> <code>down</code>) using <code>4</code> <code>down</code> or
<code>:</code> <code>4</code> <code>down</code>.</li>
<li>Follow symlink using <code>g</code> <code>f</code>.</li>
<li>Open in GUI using <code>g</code> <code>x</code>.</li>
<li>Spawn terminal using <code>:</code> <code>!</code>.</li>
<li>Toggle selection using <code>v</code> or <code>space</code>.</li>
<li>Toggle select all using <code>V</code> or <code>ctrl-a</code>.</li>
<li>Clear selections using <code>ctrl-u</code>.</li>
</ul>
</li>
<li><strong>Separate keys for navigation:</strong> navigation keys are separated from the
@ -242,15 +242,15 @@ directories.</li>
<a href="https://github.com/sayanarijit/xplr/pull/229">integrate with previewers</a>.</li>
<li><strong>Different quit options:</strong>
<ul>
<li>Quit with success without any output (<kbd>q</kbd>).</li>
<li>Quit with success and the result printed on stdout (<kbd>enter</kbd>).</li>
<li>Quit with success without any output (<code>q</code>).</li>
<li>Quit with success and the result printed on stdout (<code>enter</code>).</li>
<li>Quit with success and the present working directory printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>p</kbd>).</li>
(<code>:</code> <code>q</code> <code>p</code>).</li>
<li>Quit with success and the path under focus printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>f</kbd>).</li>
(<code>:</code> <code>q</code> <code>f</code>).</li>
<li>Quit with success and the selection printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>s</kbd>).</li>
<li>Quit with failure (<kbd>ctrl-c</kbd>).</li>
(<code>:</code> <code>q</code> <code>s</code>).</li>
<li>Quit with failure (<code>ctrl-c</code>).</li>
</ul>
</li>
</ul>

@ -195,22 +195,22 @@ portability and extensibility.</li>
hurry.</li>
<li><strong>Sane (vim-like) defaults:</strong>
<ul>
<li>Use <kbd>h</kbd>, <kbd>j</kbd>, <kbd>k</kbd>, <kbd>l</kbd> or arrow keys
<li>Use <code>h</code>, <code>j</code>, <code>k</code>, <code>l</code> or arrow keys
for basic navigation.</li>
<li>Go to top using <kbd>g</kbd><kbd>g</kbd>, and bottom using <kbd>G</kbd>.</li>
<li>Travel history using <kbd>ctrl-o</kbd> and <kbd>ctrl-i</kbd>.</li>
<li>Go to home directory using <kbd>~</kbd>.</li>
<li>Enter search mode with <kbd>/</kbd> or <kbd>ctrl-f</kbd>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <kbd>4</kbd><kbd>enter</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>enter</kbd>.</li>
<li>Go to relative index (e.g. <code>4 down</code>) using <kbd>4</kbd><kbd>down</kbd> or
<kbd>:</kbd><kbd>4</kbd><kbd>down</kbd>.</li>
<li>Follow symlink using <kbd>g</kbd><kbd>f</kbd>.</li>
<li>Open in GUI using <kbd>g</kbd><kbd>x</kbd>.</li>
<li>Spawn terminal using <kbd>:</kbd><kbd>!</kbd>.</li>
<li>Toggle selection using <kbd>v</kbd> or <kbd>space</kbd>.</li>
<li>Toggle select all using <kbd>V</kbd> or <kbd>ctrl-a</kbd>.</li>
<li>Clear selections using <kbd>ctrl-u</kbd>.</li>
<li>Go to top using <code>g</code> <code>g</code>, and bottom using <code>G</code>.</li>
<li>Travel history using <code>ctrl-o</code> and <code>ctrl-i</code>.</li>
<li>Go to home directory using <code>~</code>.</li>
<li>Enter search mode with <code>/</code> or <code>ctrl-f</code>.</li>
<li>Go to absolute index (e.g. <code>4</code>) using <code>4</code> <code>enter</code> or
<code>:</code> <code>4</code> <code>enter</code>.</li>
<li>Go to relative index (e.g. <code>4</code> <code>down</code>) using <code>4</code> <code>down</code> or
<code>:</code> <code>4</code> <code>down</code>.</li>
<li>Follow symlink using <code>g</code> <code>f</code>.</li>
<li>Open in GUI using <code>g</code> <code>x</code>.</li>
<li>Spawn terminal using <code>:</code> <code>!</code>.</li>
<li>Toggle selection using <code>v</code> or <code>space</code>.</li>
<li>Toggle select all using <code>V</code> or <code>ctrl-a</code>.</li>
<li>Clear selections using <code>ctrl-u</code>.</li>
</ul>
</li>
<li><strong>Separate keys for navigation:</strong> navigation keys are separated from the
@ -240,15 +240,15 @@ directories.</li>
<a href="https://github.com/sayanarijit/xplr/pull/229">integrate with previewers</a>.</li>
<li><strong>Different quit options:</strong>
<ul>
<li>Quit with success without any output (<kbd>q</kbd>).</li>
<li>Quit with success and the result printed on stdout (<kbd>enter</kbd>).</li>
<li>Quit with success without any output (<code>q</code>).</li>
<li>Quit with success and the result printed on stdout (<code>enter</code>).</li>
<li>Quit with success and the present working directory printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>p</kbd>).</li>
(<code>:</code> <code>q</code> <code>p</code>).</li>
<li>Quit with success and the path under focus printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>f</kbd>).</li>
(<code>:</code> <code>q</code> <code>f</code>).</li>
<li>Quit with success and the selection printed on stdout
(<kbd>:</kbd><kbd>q</kbd><kbd>s</kbd>).</li>
<li>Quit with failure (<kbd>ctrl-c</kbd>).</li>
(<code>:</code> <code>q</code> <code>s</code>).</li>
<li>Quit with failure (<code>ctrl-c</code>).</li>
</ul>
</li>
</ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save