diff --git a/master/book.js b/master/book.js index 5e386369f..407361838 100644 --- a/master/book.js +++ b/master/book.js @@ -601,10 +601,10 @@ function playground_text(playground) { }); })(); -(function controllMenu() { +(function controlMenu() { var menu = document.getElementById('menu-bar'); - (function controllPosition() { + (function controlPosition() { var scrollTop = document.scrollingElement.scrollTop; var prevScrollTop = scrollTop; var minMenuY = -menu.clientHeight - 50; @@ -647,7 +647,7 @@ function playground_text(playground) { prevScrollTop = scrollTop; }, { passive: true }); })(); - (function controllBorder() { + (function controlBorder() { menu.classList.remove('bordered'); document.addEventListener('scroll', function () { if (menu.offsetTop === 0) { diff --git a/master/commands.html b/master/commands.html index d649b06c4..388b9bff2 100644 --- a/master/commands.html +++ b/master/commands.html @@ -147,8 +147,8 @@ :buffer-close!, :bc!, :bclose!Close the current buffer forcefully (ignoring unsaved changes). :buffer-close-others, :bco, :bcloseotherClose all buffers but the currently focused one. :buffer-close-others!, :bco!, :bcloseother!Close all buffers but the currently focused one. -:buffer-close-all, :bca, :bcloseallClose all buffers, without quiting. -:buffer-close-all!, :bca!, :bcloseall!Close all buffers forcefully (ignoring unsaved changes), without quiting. +:buffer-close-all, :bca, :bcloseallClose all buffers, without quitting. +:buffer-close-all!, :bca!, :bcloseall!Close all buffers forcefully (ignoring unsaved changes), without quitting. :buffer-next, :bn, :bnextGo to next buffer. :buffer-previous, :bp, :bprevGo to previous buffer. :write, :wWrite changes to disk. Accepts an optional path (:write some/path.txt) diff --git a/master/configuration.html b/master/configuration.html index 7ee3c6e84..8582c3b65 100644 --- a/master/configuration.html +++ b/master/configuration.html @@ -176,7 +176,7 @@ hidden = false completion-trigger-lenThe min-length of word under cursor to trigger autocompletion2 auto-infoWhether to display infoboxestrue true-colorSet to true to override automatic detection of terminal truecolor support in the event of a false negative.false -rulersList of column positions at which to display the rulers. Can be overidden by language specific rulers in languages.toml file.[] +rulersList of column positions at which to display the rulers. Can be overridden by language specific rulers in languages.toml file.[]

[editor.lsp] Section

diff --git a/master/css/chrome.css b/master/css/chrome.css index aba8a417b..4e0513178 100644 --- a/master/css/chrome.css +++ b/master/css/chrome.css @@ -390,7 +390,7 @@ ul#searchresults span.teaser em { .chapter li { display: flex; - color: var(--sidebar-non-existant); + color: var(--sidebar-non-existent); } .chapter li a { display: block; diff --git a/master/css/variables.css b/master/css/variables.css index b62c75581..1bf91b19a 100644 --- a/master/css/variables.css +++ b/master/css/variables.css @@ -16,7 +16,7 @@ --sidebar-bg: #14191f; --sidebar-fg: #c8c9db; - --sidebar-non-existant: #5c6773; + --sidebar-non-existent: #5c6773; --sidebar-active: #ffb454; --sidebar-spacer: #2d334f; @@ -56,7 +56,7 @@ --sidebar-bg: #292c2f; --sidebar-fg: #a1adb8; - --sidebar-non-existant: #505254; + --sidebar-non-existent: #505254; --sidebar-active: #3473ad; --sidebar-spacer: #393939; @@ -96,7 +96,7 @@ --sidebar-bg: #fafafa; --sidebar-fg: hsl(0, 0%, 0%); - --sidebar-non-existant: #aaaaaa; + --sidebar-non-existent: #aaaaaa; --sidebar-active: #1f1fff; --sidebar-spacer: #f4f4f4; @@ -136,7 +136,7 @@ --sidebar-bg: #282d3f; --sidebar-fg: #c8c9db; - --sidebar-non-existant: #505274; + --sidebar-non-existent: #505274; --sidebar-active: #2b79a2; --sidebar-spacer: #2d334f; @@ -176,7 +176,7 @@ --sidebar-bg: #3b2e2a; --sidebar-fg: #c8c9db; - --sidebar-non-existant: #505254; + --sidebar-non-existent: #505254; --sidebar-active: #e69f67; --sidebar-spacer: #45373a; @@ -217,7 +217,7 @@ --sidebar-bg: #292c2f; --sidebar-fg: #a1adb8; - --sidebar-non-existant: #505254; + --sidebar-non-existent: #505254; --sidebar-active: #3473ad; --sidebar-spacer: #393939; @@ -259,7 +259,7 @@ --sidebar-bg: #281733; --sidebar-fg: #c8c9db; - --sidebar-non-existant: #505274; + --sidebar-non-existent: #505274; --sidebar-active: #a4a0e8; --sidebar-spacer: #2d334f; @@ -304,7 +304,7 @@ --sidebar-bg: #281733; --sidebar-fg: #c8c9db; - --sidebar-non-existant: #505274; + --sidebar-non-existent: #505274; --sidebar-active: #a4a0e8; --sidebar-spacer: #2d334f; diff --git a/master/guides/indent.html b/master/guides/indent.html index e5f5d351b..4683f938f 100644 --- a/master/guides/indent.html +++ b/master/guides/indent.html @@ -176,7 +176,7 @@ changed by using a #set! declaration anywhere in the pattern:

KeyDescriptionDefault
diff --git a/master/keymap.html b/master/keymap.html index 0aaaacfdf..7834fa7cc 100644 --- a/master/keymap.html +++ b/master/keymap.html @@ -307,7 +307,7 @@ over text and not actively editing it).

OScommand
windowsxcopy runtime %AppData%/helix/runtime
.Go to last modification in current filegoto_last_modification

Match mode

-

Enter this mode using m from normal mode. See the relavant section +

Enter this mode using m from normal mode. See the relevant section in Usage for an explanation about surround and textobject usage.

diff --git a/master/print.html b/master/print.html index ca3b2b70f..1c955f515 100644 --- a/master/print.html +++ b/master/print.html @@ -180,7 +180,7 @@ cargo install --path helix-term

This will install the hx binary to $HOME/.cargo/bin.

Helix also needs it's runtime files so make sure to copy/symlink the runtime/ directory into the -config directory (for example ~/.config/helix/runtime on Linux/macOS). This location can be overriden +config directory (for example ~/.config/helix/runtime on Linux/macOS). This location can be overridden via the HELIX_RUNTIME environment variable.

KeyDescriptionCommand
@@ -439,7 +439,7 @@ over text and not actively editing it).

OScommand
windowsxcopy runtime %AppData%/helix/runtime
.Go to last modification in current filegoto_last_modification

Match mode

-

Enter this mode using m from normal mode. See the relavant section +

Enter this mode using m from normal mode. See the relevant section in Usage for an explanation about surround and textobject usage.

@@ -602,8 +602,8 @@ you to selectively add search terms to your selections.

- - + + @@ -803,7 +803,7 @@ hidden = false - +
KeyDescriptionCommand
:buffer-close!, :bc!, :bclose!Close the current buffer forcefully (ignoring unsaved changes).
:buffer-close-others, :bco, :bcloseotherClose all buffers but the currently focused one.
:buffer-close-others!, :bco!, :bcloseother!Close all buffers but the currently focused one.
:buffer-close-all, :bca, :bcloseallClose all buffers, without quiting.
:buffer-close-all!, :bca!, :bcloseall!Close all buffers forcefully (ignoring unsaved changes), without quiting.
:buffer-close-all, :bca, :bcloseallClose all buffers, without quitting.
:buffer-close-all!, :bca!, :bcloseall!Close all buffers forcefully (ignoring unsaved changes), without quitting.
:buffer-next, :bn, :bnextGo to next buffer.
:buffer-previous, :bp, :bprevGo to previous buffer.
:write, :wWrite changes to disk. Accepts an optional path (:write some/path.txt)
completion-trigger-lenThe min-length of word under cursor to trigger autocompletion2
auto-infoWhether to display infoboxestrue
true-colorSet to true to override automatic detection of terminal truecolor support in the event of a false negative.false
rulersList of column positions at which to display the rulers. Can be overidden by language specific rulers in languages.toml file.[]
rulersList of column positions at which to display the rulers. Can be overridden by language specific rulers in languages.toml file.[]

[editor.lsp] Section

@@ -1070,7 +1070,7 @@ over it and is merged into the default palette.

  • builtin
  • method
  • macro
  • -
  • special (preprocesor in C)
  • +
  • special (preprocessor in C)
  • @@ -1272,7 +1272,7 @@ use-grammars = { except = [ "yaml", "json" ] }

    When omitted, all grammars are fetched and built.

    Guides

    This section contains guides for adding new language server configurations, -tree-sitter grammers, textobject queries, etc.

    +tree-sitter grammars, textobject queries, etc.

    Adding languages

    Language configuration

    To add a new language, you need to add a language entry to the @@ -1427,7 +1427,7 @@ changed by using a #set! declaration anywhere in the pattern:

  • KeyDescriptionDefault