majestictechie@lemmy.fosshost.com to Linux@lemmy.mlEnglish · 2 months agoHow dare you use a text editor because it's easy to uselemmy.fosshost.comimagemessage-square328fedilinkarrow-up1862arrow-down159
arrow-up1803arrow-down1imageHow dare you use a text editor because it's easy to uselemmy.fosshost.commajestictechie@lemmy.fosshost.com to Linux@lemmy.mlEnglish · 2 months agomessage-square328fedilink
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up7arrow-down1·edit-22 months agothey’ve changed those bindings now, Ctrl+S, Ctrl+X, Ctrl+V, and Ctrl+C all do what you think they do
minus-squarem4m4m4m4@lemmy.worldlinkfedilinkarrow-up8·edit-22 months agoGreat, now the next time I use nano I surely will forget about this and get frustrated when trying to save a file with Ctrl+O
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up3arrow-down1·2 months agoyou still can, but I think Ubuntu and other prepacked distros will switch soon to the better bindings
minus-squaresocsa@piefed.sociallinkfedilinkarrow-up4·2 months agoGreat so now I will mangle all my merge commits depending on which version the host is using.
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up5·2 months agoI’m thinking Ctrl+C quits and Ctrl+S is scroll lock is that correct?
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up7·edit-22 months ago nano Ctrl-Q search backwards Ctrl-S and Ctrl-X is save file Ctrl-V is scroll down Ctrl-C is cancel or info nano --modernbindings Ctrl-Q quits Ctrl-S is save file Ctrl-X is cut Ctrl-C is copy Ctrl-V is paste
they’ve changed those bindings now, Ctrl+S, Ctrl+X, Ctrl+V, and Ctrl+C all do what you think they do
Great, now the next time I use nano I surely will forget about this and get frustrated when trying to save a file with Ctrl+O
you still can, but I think Ubuntu and other prepacked distros will switch soon to the better bindings
Great so now I will mangle all my merge commits depending on which version the host is using.
I’m thinking Ctrl+C quits and Ctrl+S is scroll lock is that correct?
nano
nano --modernbindings