diff options
author | Hendrik Jaeger <henk@frustcomp> | 2015-01-26 22:33:04 +0100 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp> | 2015-01-26 22:33:04 +0100 |
commit | 590fa35fde4f48c32fc308275286c68a1bf88ea4 (patch) | |
tree | e3ccf4d0ff56d9bdf0931feba220466a7ff904e0 /.zshrc | |
parent | f0a1f3fe2ed28ed216847f32c8a89139cdec2e26 (diff) |
Changes to be committed:
modified: .zsh_aliases
modified: .zsh_functions
modified: .zshrc
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -49,22 +49,4 @@ setopt AUTO_CONTINUE setopt NO_BG_NICE setopt LONG_LIST_JOBS -bindkey -v - -# Use vim cli mode -bindkey '^P' up-history -bindkey '^N' down-history - -# backspace and ^h working even after -# returning from command mode -bindkey '^?' backward-delete-char -bindkey '^h' backward-delete-char - -# ctrl-w removed word backwards -bindkey '^w' backward-kill-word - -# ctrl-r starts searching history backward -bindkey '^r' history-incremental-search-backward - -# v in command mode starts editor for current line -bindkey -M vicmd v edit-command-line +bindkey -e |