5 lines
91 B
Fish
5 lines
91 B
Fish
|
function vv --wraps=nvim --wraps=vim --description 'alias vv=vim'
|
||
|
vim $argv
|
||
|
|
||
|
end
|