diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:26:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:26:00 +0100 |
commit | ca99aa7e845889c7bd915d8a3ff77b3e5b585643 (patch) | |
tree | 8c428f39cd0df065bad9a0f3538cd04abc9b501c /accounts/gkleen@sif/zshrc | |
parent | 49fc7a188e1db386be4da0232df5cd11e0ea0a55 (diff) | |
download | nixos-ca99aa7e845889c7bd915d8a3ff77b3e5b585643.tar nixos-ca99aa7e845889c7bd915d8a3ff77b3e5b585643.tar.gz nixos-ca99aa7e845889c7bd915d8a3ff77b3e5b585643.tar.bz2 nixos-ca99aa7e845889c7bd915d8a3ff77b3e5b585643.tar.xz nixos-ca99aa7e845889c7bd915d8a3ff77b3e5b585643.zip |
gkleen@sif: zsh emacs word navigation
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 34aa3772..86759def 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
@@ -400,4 +400,6 @@ bindkey '^Z' fancy-ctrl-z | |||
400 | export DEFAULT_USER=gkleen | 400 | export DEFAULT_USER=gkleen |
401 | export EDITOR=emacsclient | 401 | export EDITOR=emacsclient |
402 | 402 | ||
403 | bindkey -e \ No newline at end of file | 403 | bindkey -e |
404 | bindkey ';5C' emacs-forward-word | ||
405 | bindkey ';5D' emacs-backward-word \ No newline at end of file | ||