• YAMAPIKARIYAOP
      link
      fedilink
      English
      191 year ago

      I only have termux to flex on my friends by running neofetch.

      • @MeanEYE
        link
        91 year ago

        I actually have full development environment set up on my phone. Combine that with bluetooth keyboard/mouse combo and I am good for about 85% of the work, if not more. Helps a lot not having to lug laptop around all the time.

        • @Tangent5280
          link
          21 year ago

          Can you share your setup? Is it monitor compatible? Do you carry your own keyboard and mouse? How long will yhe battery last when using with a monitor? What do you do for package management?

          • @MeanEYE
            link
            81 year ago

            I have Samsung Fold4. With pen I don’t need mouse, but I do have a bluetooth mouse (Logitech M720) and iClever foldable keyboard. Most of my development is done in Vim as I do server side, so Python and similar. Termux does pretty much everything I need.

            I also carry USB C hub with me, which has HDMI and LAN adapter built-in, so I can further extend its use. Hub also has charge capabilities, so I can have a longer working hours. As far as external displays are concerned, I don’t have any as I didn’t need them really yet.

            • @Tangent5280
              link
              11 year ago

              Great setup. Have you had any issues with body posture, or visibility in use? As in, do you feel like you have to strain to see stuff on the smaller screen?

              • @MeanEYE
                link
                21 year ago

                I don’t use it all that frequently but I have to be available pretty much 24/7. At times I did use it it wasn’t much of a problem. Screen is pretty high resolution with enough high refresh rate that it feels natural. Keyboard is almost full-size so comfort wasn’t a problem there either. Full desktop environment of course would be preferable but this works nicely. That can also be achieved with Android but desktop is then accessed through local VNC connection, of which am I am not a fan. Samsung’s DeX is good enough for most of things, but on my device I can’t activate it until I connect it to external display. Samsung’s tablets on the other hand, can!

                • @Tangent5280
                  link
                  1
                  edit-2
                  1 year ago

                  Nice; have you considered small form factor laptops, like the GPD mini-laptop or one of those box shaped mini computers? I suppose they make a lot less sense if you have to carry a seperate box around instead of just using your phone.

                  I explored this idea of substituting my laptop for work (its a giant ~17 incher) with either something small I can carry around with me or something I can just leave locked in my work drawer or something; so I’m excited to talk to someone who had similar ideas and made it work.

  • @[email protected]
    link
    fedilink
    141 year ago

    Vim is so good on mobile! I never understood its odd shortcuts (hjkl, for example) until I got to use it on a crippled mobile keyboard.

    • DreamButt
      link
      English
      61 year ago

      Vim’s keybinding makes more sense if you look at older keyboard layouts. For instance the escape key use to be near the area we keep the caps lock key now, for a lot of models.

    • @[email protected]
      link
      fedilink
      3
      edit-2
      1 year ago

      For a second I thought you were joking… but I guess the lack of arrows makes sense that you would like hjkl.

      • @[email protected]
        link
        fedilink
        11 year ago

        I wasn’t expecting it to be more convenient than native editors but it just was… At least for my fat fingers

    • SaltyIceteaMaker
      link
      fedilink
      1
      edit-2
      1 year ago

      The reason for the hjkl thing is that the keyboard of vim’s (maybe it was vi’s idk) developer had no separate arrow key’s but rather had said arrow keys printed on hjkl.

      Something like that:

      H← J↑ K↓ L→

  • Rustmilian
    link
    51 year ago

    It’s been around for quite a while, good to see it get an update.

  • @[email protected]
    link
    fedilink
    21 year ago

    Can it use plugins like on neovim? I’ve had it installed for a bit but I’ve only used a default configuration so far

      • @[email protected]
        link
        fedilink
        11 year ago

        Oh, I keep hearing about termux but on my Fdroid it says it hasn’t been updated in 2 years. Is it safe to use?

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          Yeah that seems about right, there hasn’t been a new release since January of 2022. If you check the github, its still getting commits, but they aren’t in an actual release yet.

          • @[email protected]
            link
            fedilink
            11 year ago

            Ah ok, makes sense. I guess I’ll install it and play around with it! I mean, there are worse things to get distracted by lol…

        • @[email protected]
          link
          fedilink
          English
          181 year ago

          So you want something like Nano.

          Vim is great for more complicated documents and programming because the modes allow you to fly around the document much faster. It’s not very useful unless you put the time into learning how to use it… and it’s not worth it for simple things imo.

          I use it to write work reports. It’s much faster for many things: one example I type dap and bam a whole paragraph is deleted, d5w and the next 5 words are deleted. I use snippets to compete reports like fill in the blanks (I have hundreds of snippets, I hit rpt then tab and a whole report skeleton is generated). Annoying long patient name? I hit CTRL-N and it fills out the name with only a few characters.

          Vim is actually just amazing for this kind of stuff.

        • @[email protected]
          link
          fedilink
          English
          61 year ago

          As someone who has been lightly using Linux for years but recently gotten more into it. I’ve always only ever used nano. But now I’m so into vim that when a program opens a config in nano I get confused when I can’t quit with :wq

        • @thedeadwalking4242
          link
          41 year ago

          You don’t have to fight to exit in vim or save it’s 3 essential commands and I use nothing else :q, :wq, or just w it’s not that hard