mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-08 07:58:40 +00:00
Fix keybinding (#120)
This commit is contained in:
@@ -29,8 +29,8 @@ export ANTHROPIC_API_KEY=$(cat ~/.secrets/anthropic.txt)
|
||||
|
||||
autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '^X^E' edit-command-line
|
||||
bindkey -e
|
||||
bindkey '^X^E' edit-command-line
|
||||
|
||||
if [[ -z "$TMUX" ]]; then
|
||||
tmux new-session -A -s default
|
||||
|
Reference in New Issue
Block a user