mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 12:32:27 +01:00
4 lines
151 B
Fish
4 lines
151 B
Fish
# Basically an alias except it runs neovide as a job instead of completely detaching.
|
|
function nvide --wraps neovide
|
|
neovide --no-fork $argv &
|
|
end
|