mirror of
https://codeberg.org/Mo8it/server_dotfiles.git
synced 2024-12-04 23:50:31 +00:00
Replace McFly with Atuin
This commit is contained in:
parent
339430d629
commit
8d7f599f2b
1 changed files with 4 additions and 8 deletions
|
@ -34,14 +34,10 @@ if status is-interactive
|
|||
set -x EDITOR /usr/bin/nvim
|
||||
|
||||
# Setup
|
||||
## McFly
|
||||
set -gx MCFLY_KEY_SCHEME vim
|
||||
set -gx MCFLY_FUZZY 1
|
||||
set -gx MCFLY_RESULTS 25
|
||||
set -gx MCFLY_INTERFACE_VIEW BOTTOM
|
||||
set -gx MCFLY_RESULTS_SORT LAST_RUN
|
||||
set -gx MCFLY_HISTORY_LIMIT 10000
|
||||
mcfly init fish | source
|
||||
## Atuin
|
||||
set -gx ATUIN_NOBIND true
|
||||
atuin init fish | source
|
||||
bind \cr _atuin_search
|
||||
|
||||
# Abbreviations
|
||||
## Replacements
|
||||
|
|
Loading…
Reference in a new issue