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
- +