diff options
| author | Zhineng Li <im@zhineng.li> | 2026-08-16 22:28:58 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-08-16 22:28:58 +0800 |
| commit | 8419d5fe3b514a57c9921877709402cb406daf63 (patch) | |
| tree | 82c67f82f9cddb07d1ed604c977ab20409dd3184 /.zshrc | |
| parent | 88bb7528c6b106ca770365ee368db9d167e96c30 (diff) | |
| download | dotfiles-8419d5fe3b514a57c9921877709402cb406daf63.tar.gz dotfiles-8419d5fe3b514a57c9921877709402cb406daf63.zip | |
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ RPROMPT='%F{white}%~%f' # Set default editor export EDITOR='nvim' +# Use vi-style command-line editing +bindkey -v + +# Keep Ctrl-R reverse history search in insert mode +bindkey -M viins '^R' history-incremental-search-backward + alias l='ls -lha' alias vim='nvim' alias v='nvim' |
