Skip to content

Commit

Permalink
chore(atuin): update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Feb 21, 2024
1 parent 8333181 commit f36c782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/atuin/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ show_preview = true
# word_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"

## number of context lines to show when scrolling by pages
# scroll_context_lines = 1
scroll_context_lines = 1

## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts
## alt-0 .. alt-9
# ctrl_n_shortcuts = false
ctrl_n_shortcuts = false

## prevent commands matching any of these regexes from being written to history.
## Note that these regular expressions are unanchored, i.e. if they don't start
Expand All @@ -93,3 +93,4 @@ show_preview = true

secrets_filter = true

keymap_mode = "vim-insert"
2 changes: 1 addition & 1 deletion config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local custom_configs = {

-- windows
color_scheme = "Catppuccin Mocha",
window_background_opacity = 0.90,
window_background_opacity = 1,
window_decorations = "RESIZE",
window_close_confirmation = "NeverPrompt",
hide_tab_bar_if_only_one_tab = true,
Expand Down

0 comments on commit f36c782

Please sign in to comment.