2019-01-03 13:46:05 -08:00
|
|
|
# call the fedit script
|
2019-01-03 13:50:47 -08:00
|
|
|
_fedit() {
|
|
|
|
/usr/bin/fedit
|
|
|
|
}
|
|
|
|
|
2019-01-03 13:29:47 -08:00
|
|
|
_etcedit() {
|
2019-02-12 12:54:34 -08:00
|
|
|
/usr/bin/fedit -E
|
2019-01-03 13:29:47 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
zle -N fedit
|
2019-01-03 13:50:47 -08:00
|
|
|
bindkey -M viins '^o' _fedit
|
2019-01-03 13:29:47 -08:00
|
|
|
|
|
|
|
zle -N _etcedit
|
|
|
|
bindkey -M viins '^e' _etcedit
|