mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +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
|
|
@ -34,6 +34,11 @@
|
|||
# Corrections
|
||||
setopt correct
|
||||
|
||||
# Enable Ctrl-X Ctrl-E
|
||||
autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '^Xe' edit-command-line
|
||||
|
||||
# History stuff
|
||||
setopt append_history
|
||||
setopt inc_append_history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue