mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 23:40:15 +00:00
fish functions and user key bindings
This commit is contained in:
@ -36,5 +36,12 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
config.nmasur.presets.programs.fish.fish_user_key_bindings = # fish
|
||||
''
|
||||
# Ctrl-h
|
||||
bind -M insert \ch '_atuin_search --filter-mode global'
|
||||
bind -M default \ch '_atuin_search --filter-mode global'
|
||||
'';
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user