Waffelson@lemmy.world to linuxmemes@lemmy.world · 7 months agoWhen you realized you forgot sudolemmy.worldimagemessage-square43fedilinkarrow-up1370arrow-down117
arrow-up1353arrow-down1imageWhen you realized you forgot sudolemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 7 months agomessage-square43fedilink
minus-squareh3rm17@sh.itjust.workslinkfedilinkarrow-up11·7 months agoIn vim, in normal mode you can do: :w !sudo tee %
minus-squarez3rOR0ne@lemmy.mllinkfedilinkarrow-up3arrow-down1·7 months agoApparently that doesn’t work in NeoVim, so recently I installed the suda plugin. Personally, I just doas nvim and then the file name that needs root access, but it’s a handy plugin in case I forget.
minus-squaredream_weasel@sh.itjust.workslinkfedilinkarrow-up1·7 months ago??? I used this in neovim twice today :w !sudo tee % then reload when it asks.
In vim, in normal mode you can do:
:w !sudo tee %
Apparently that doesn’t work in NeoVim, so recently I installed the suda plugin.
Personally, I just doas nvim and then the file name that needs root access, but it’s a handy plugin in case I forget.
??? I used this in neovim twice today
:w !sudo tee %
then reload when it asks.