Skip to content

Commit

Permalink
home/lyc/modules/programs/zsh/zshrc: EDITOR = "code --wait"
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jan 5, 2025
1 parent 963f011 commit 1e728c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/lyc/modules/programs/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ zle -N down-line-or-beginning-search
[[ -n "${key[Down]}" ]] && bindkey -- "${key[Down]}" down-line-or-beginning-search


export EDITOR="codium --wait"
export EDITOR="code --wait"

# Enable word movement with Ctrl + Arrow keys
bindkey '^[[1;5D' backward-word # Ctrl + Left Arrow
Expand Down

0 comments on commit 1e728c2

Please sign in to comment.