Skip to content

Commit

Permalink
docs: remove outdated note on nushell keybindings (#39)
Browse files Browse the repository at this point in the history
This updates the docs in case atuinsh/atuin#1770
lands, which fixes the referenced issue
atuinsh/atuin#1025

Since this hasn't happened yet I created this as a draft - feel free to
un-draft it!
  • Loading branch information
remmycat authored Feb 28, 2024
1 parent b65f3c3 commit a90f034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/docs/configuration/key-binding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ 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:
Expand Down

0 comments on commit a90f034

Please sign in to comment.