@Waffelson@lemmy.world to linuxmemes@lemmy.world • 1 year agoWhen you realized you forgot sudolemmy.worldimagemessage-square42fedilinkarrow-up1372
arrow-up1372imageWhen you realized you forgot sudolemmy.world@Waffelson@lemmy.world to linuxmemes@lemmy.world • 1 year agomessage-square42fedilink
minus-square@h3rm17@sh.itjust.workslinkfedilink11•1 year agoIn vim, in normal mode you can do: :w !sudo tee %
minus-squarez3rOR0nelinkfedilink3•1 year 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_weasellinkfedilink1•1 year 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.