mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add Atuin
This commit is contained in:
parent
46e30eef3b
commit
976bead262
2 changed files with 8 additions and 7 deletions
4
.config/atuin/config.toml
Normal file
4
.config/atuin/config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
auto_sync = false
|
||||
sync_address = ""
|
||||
|
||||
search_mode = "fuzzy"
|
|
@ -11,13 +11,10 @@ if status is-interactive
|
|||
zoxide init fish | source
|
||||
## Starship
|
||||
starship init fish | source
|
||||
## McFly
|
||||
set -gx MCFLY_KEY_SCHEME vim
|
||||
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