Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Jul 18, 2024
2 parents 8b94e2f + d88e015 commit d32f252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions brew/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ brew "tree"
brew "wget"
brew "duf"
brew "pwgen"
brew "atuin"
cask "wezterm"
2 changes: 2 additions & 0 deletions config/wezterm/cfg_keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function M.setup(cfg)

cfg.keys = {
{ key = "Escape", mods = "CTRL", action = wezterm.action.ShowDebugOverlay },

{ key = "w", mods = "CMD", action = wezterm.action.CloseCurrentTab({ confirm = true }) },
{ key = "t", mods = "ALT", action = wezterm.action_callback(utils.theme_cycler) },

{ key = "[", mods = "LEADER", action = act.ActivateTabRelative(-1) },
Expand Down
1 change: 1 addition & 0 deletions config/zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ for f in $ZSH_CONFIG_HOME/path/*.path.sh; do source $f; done
for f in $ZSH_CONFIG_HOME/init/*.init.sh; do source $f; done

eval "$(starship init zsh)"
eval "$(atuin init zsh --disable-up-arrow)"

0 comments on commit d32f252

Please # to comment.