diff options
| author | Patrick Jackson <patrick@jackson.dev> | 2023-10-26 00:42:46 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 07:42:46 +0100 |
| commit | 1a20afe2458b7cb146b3bbe2be866bb67ce86a33 (patch) | |
| tree | 0ffea5c8b0843885031fc9d446d36ca85bc0f1d6 /docs | |
| parent | Fix deleted history count (#1328) (diff) | |
| download | atuin-1a20afe2458b7cb146b3bbe2be866bb67ce86a33.zip | |
fix(nu): disable the up-arrow keybinding for Nushell (#1329)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/key-binding.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md index f4deba25..02d00d5b 100644 --- a/docs/docs/key-binding.md +++ b/docs/docs/key-binding.md @@ -50,6 +50,8 @@ eval "$(atuin init zsh)" You can then choose to bind Atuin if needed, do this after the call to init. +**Nushell Only**: The up-arrow keybinding is disabled by default for Nushell until [#1025](https://github.com/atuinsh/atuin/issues/1025) is resolved. + ## <kbd>Ctrl-n</kbd> key shortcuts macOS does not have an <kbd>Alt</kbd> key, although terminal emulators can often be configured to map the <kbd>Option</kbd> key to be used as <kbd>Alt</kbd>. *However*, remapping <kbd>Option</kbd> this way may prevent typing some characters, such as using <kbd>Option-3</kbd> to type `#` on the British English layout. For such a scenario, set the `ctrl_n_shortcuts` option to `true` in your config file to replace <kbd>Alt-0</kbd> to <kbd>Alt-9</kbd> shortcuts with <kbd>Ctrl-0</kbd> to <kbd>Ctrl-9</kbd> instead: |
