mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds ctrl-x e from bash to zsh config
This commit is contained in:
parent
f0e79346eb
commit
fdfb5d5f0c
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
||||||
zmodload zsh/zpty
|
zmodload zsh/zpty
|
||||||
# Corrections
|
# Corrections
|
||||||
setopt correct
|
setopt correct
|
||||||
|
|
||||||
|
# Enable Ctrl-X Ctrl-E
|
||||||
|
autoload edit-command-line
|
||||||
|
zle -N edit-command-line
|
||||||
|
bindkey '^Xe' edit-command-line
|
||||||
|
|
||||||
# History stuff
|
# History stuff
|
||||||
setopt append_history
|
setopt append_history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue