Waffelson@lemmy.world to linuxmemes@lemmy.world · 8 months agoWhen you realized you forgot sudolemmy.worldimagemessage-square40fedilinkarrow-up1354arrow-down117
arrow-up1337arrow-down1imageWhen you realized you forgot sudolemmy.worldWaffelson@lemmy.world to linuxmemes@lemmy.world · 8 months agomessage-square40fedilink
minus-squareBjörn Tantau@swg-empire.delinkfedilinkarrow-up13·8 months agoIs there an editor that can request root privileges without restarting it? That would be quite useful.
minus-squareh3rm17@sh.itjust.workslinkfedilinkarrow-up10·8 months agoIn vim, in normal mode you can do: :w !sudo tee %
minus-squareBotzo@lemmy.worldlinkfedilinkarrow-up5·8 months agoIt’s a simple trick in Vim: https://stackoverflow.com/a/7078429 For the lazy: :w !sudo tee > /dev/null %
minus-squarehex_m_hell@slrpnk.netlinkfedilinkarrow-up4·edit-28 months agoYeah, in emacs you use tramp to open the file with /sudo::
minus-squaredjango@discuss.tchncs.delinkfedilinkEnglisharrow-up4·8 months agoSure, you can do this in emacs: https://fuco1.github.io/2017-04-20-Save-write-protected-files-with-sudo-automatically.html
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-28 months agomicro ftw, no need to even memorize a command, it’ll just ask if you want to use sudo
minus-squareYodaDaCoda@sh.itjust.workslinkfedilinkEnglisharrow-up3·8 months agokate does this in KDE, but it’s not cli.
Is there an editor that can request root privileges without restarting it? That would be quite useful.
In vim, in normal mode you can do:
:w !sudo tee %
i use micro
It’s a simple trick in Vim:
https://stackoverflow.com/a/7078429
For the lazy:
:w !sudo tee > /dev/null %
Yeah, in emacs you use
tramp
to open the file with/sudo::
Sure, you can do this in emacs: https://fuco1.github.io/2017-04-20-Save-write-protected-files-with-sudo-automatically.html
micro ftw, no need to even memorize a command, it’ll just ask if you want to use sudo
(n)vim + suda.vim.
kate
does this in KDE, but it’s not cli.