config(atuin): custom something

main
sudo pacman -Syu 2024-05-08 10:07:47 +07:00
parent 8ff873f3bb
commit 689413f4b4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,10 @@
# https://docs.atuin.sh/configuration/config/ # https://docs.atuin.sh/configuration/config/
search_mode = "fuzzy"
style = "compact" style = "compact"
inline_height = 16 inline_height = 16
show_preview = true show_preview = true
show_help = false
# Sync with data/zsh/top-zshrc # Sync with data/zsh/top-zshrc
history_filter = [ history_filter = [
@ -20,9 +22,10 @@ history_filter = [
"OC", "OC",
] ]
store_failed = false
enter_accept = false enter_accept = false
prefers_reduced_motion = true prefers_reduced_motion = true
[stats] [stats]
common_subcommands = ["brew", "cargo", "g", "git", "go", "nix-env"] common_subcommands = ["brew", "cargo", "git", "g", "go"]
common_prefix = ["sudo"] common_prefix = ["sudo"]

View File

@ -23,9 +23,6 @@ vim.opt.expandtab = true
-- Wrap -- Wrap
vim.opt.breakindent = true vim.opt.breakindent = true
-- Word define
vim.opt.iskeyword:append("-")
-- Clipboard support -- Clipboard support
vim.opt.clipboard = "unnamedplus" vim.opt.clipboard = "unnamedplus"