From 6dfce28dec2b31cbd6ad37e588adaf3e0241e39e Mon Sep 17 00:00:00 2001 From: the-mikedavis Date: Sun, 3 Jul 2022 21:19:33 +0000 Subject: [PATCH] deploy: 4c30a3609aa8fbcca97609d281f5df449c234674 --- master/ayu-highlight.css | 1 - master/commands.html | 4 +- master/configuration.html | 21 ++++-- master/guides/textobject.html | 3 +- master/index.html | 2 +- master/install.html | 3 +- master/keymap.html | 49 +++++++++----- master/lang-support.html | 5 +- master/languages.html | 12 ++-- master/print.html | 116 ++++++++++++++++++++++------------ master/remapping.html | 3 +- master/searchindex.js | 2 +- master/searchindex.json | 2 +- master/themes.html | 10 +-- master/tomorrow-night.css | 2 - master/usage.html | 6 +- 16 files changed, 153 insertions(+), 88 deletions(-) diff --git a/master/ayu-highlight.css b/master/ayu-highlight.css index 0c45c6f14..32c943222 100644 --- a/master/ayu-highlight.css +++ b/master/ayu-highlight.css @@ -8,7 +8,6 @@ Original by Dempfi (https://github.com/dempfi/ayu) overflow-x: auto; background: #191f26; color: #e6e1cf; - padding: 0.5em; } .hljs-comment, diff --git a/master/commands.html b/master/commands.html index 32edeb384..3eccb3917 100644 --- a/master/commands.html +++ b/master/commands.html @@ -139,7 +139,7 @@

Commands

Command mode can be activated by pressing :, similar to vim. Built-in commands:

- +
NameDescription
@@ -209,7 +209,7 @@
NameDescription
:quit, :qClose the current view.
:quit!, :q!Close the current view forcefully (ignoring unsaved changes).
:open, :oOpen a file from disk into the current view.
:pipePipe each selection to the shell command.
:run-shell-command, :shRun a shell command
- +