diff options
| author | Onè <43485962+c-git@users.noreply.github.com> | 2024-02-20 07:54:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 12:54:48 +0000 |
| commit | 409456fce1800202e0b69f3ff830b5528de178db (patch) | |
| tree | 03e640232136258e03018eec73f834128df0f34f /atuin-client | |
| parent | refactor(nushell): update `commandline` syntax, closes #1733 (#1735) (diff) | |
| download | atuin-409456fce1800202e0b69f3ff830b5528de178db.zip | |
fix: typo (#1741)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 19a6d61e..97c62881 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -144,7 +144,7 @@ enter_accept = true ## Cursor style in each keymap mode. If specified, the cursor style is changed ## in entering the cursor shape. Available values are "default" and -## "{blink,steady}-{block,underilne,bar}". +## "{blink,steady}-{block,underline,bar}". # keymap_cursor = { emacs = "blink-block", vim_insert = "blink-block", vim_normal = "steady-block" } # network_connect_timeout = 5 |
