feat(nushell): remap fzf history hotkey to alt-r

- change fzf_history_selector keycode from char_h to char_r
This commit is contained in:
2026-05-30 23:57:05 +08:00
parent 804b81a0e5
commit 39f94d1c1f
+1 -1
View File
@@ -2,7 +2,7 @@
const fzf_history_selector = {
name: fzf_history_selector
modifier: alt
keycode: char_h
keycode: char_r
mode: [emacs, vi_insert, vi_normal]
event: [
{