a few bindings and suffixes in the spirit of zsh
This commit is contained in:
5
zsh/bindings
Normal file
5
zsh/bindings
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
|
||||
bindkey '^x^e' edit-command-line;
|
Reference in New Issue
Block a user