fish: remove edit-commandline since its already present(alt+e/v)

This commit is contained in:
lelgenio 2020-04-28 00:22:11 -03:00
parent 5ad0b125f6
commit 658f2250e5
1 changed files with 0 additions and 9 deletions

View File

@ -35,15 +35,6 @@ command -qs exa &&
abbr gs git status
abbr gp 'git pull; git push'
function fish_edit_commandline #{{{
set file (mktemp)
commandline -b > $file
nvim +'set ft=fish' $file
commandline -r (cat $file)
end
bind -M insert \cx fish_edit_commandline
#}}}
function edit-config #{{{
cd ~/.config
set file ~/.config/( fzf )