From 1a20afe2458b7cb146b3bbe2be866bb67ce86a33 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Thu, 26 Oct 2023 00:42:46 -0600 Subject: fix(nu): disable the up-arrow keybinding for Nushell (#1329) --- docs/docs/key-binding.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. + ## Ctrl-n key shortcuts macOS does not have an Alt key, although terminal emulators can often be configured to map the Option key to be used as Alt. *However*, remapping Option this way may prevent typing some characters, such as using Option-3 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 Alt-0 to Alt-9 shortcuts with Ctrl-0 to Ctrl-9 instead: -- cgit v1.3.1