Add fless and fedit scripts along with zsh plugins
This commit is contained in:
11
zsh/_fedit.zsh
Normal file
11
zsh/_fedit.zsh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
_etcedit() {
|
||||
fedit -e
|
||||
}
|
||||
|
||||
zle -N fedit
|
||||
bindkey -M viins '^o' fedit
|
||||
|
||||
zle -N _etcedit
|
||||
bindkey -M viins '^e' _etcedit
|
0
zsh/_fless.zsh
Normal file
0
zsh/_fless.zsh
Normal file
Reference in New Issue
Block a user