a few bindings and suffixes in the spirit of zsh

This commit is contained in:
Wryn Wagner
2019-12-30 19:45:19 -07:00
parent 34bb6efee7
commit 051f241022
2 changed files with 20 additions and 0 deletions

5
zsh/bindings Normal file
View File

@ -0,0 +1,5 @@
#!/bin/zsh
bindkey '^R' history-incremental-search-backward
bindkey '^x^e' edit-command-line;