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:
@@ -2,7 +2,7 @@
|
|||||||
const fzf_history_selector = {
|
const fzf_history_selector = {
|
||||||
name: fzf_history_selector
|
name: fzf_history_selector
|
||||||
modifier: alt
|
modifier: alt
|
||||||
keycode: char_h
|
keycode: char_r
|
||||||
mode: [emacs, vi_insert, vi_normal]
|
mode: [emacs, vi_insert, vi_normal]
|
||||||
event: [
|
event: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user