9

Gotta learn myself through vim and tmux because I have no choice. My laptop burst and all I have is a Raspberry Pi with Raspbian core + MATE DE installed. Don't really wanna use heavy stuff with it because it'll become really snappy.

Oh well, as long as I can code.

Comments
  • 0
    What do you think about it so far?
  • 1
    @shellbug really hard to get used to it.. But I believe after a month or two I'll be fine.
  • 0
    @Zerocchi that is true. It took me a long time to get used to it and to get it configured properly, but I think it paid off.
  • 1
    @shellbug your comment really inspires me now. Hopefully I won't give up on these things 😂
  • 0
    @Zerocchi sorry, I didn't mean to scare you 😅

    In the end it made me more productive, with it's commands and movements (and the combination of both). For example, when I'm pairing with someone that uses a "normal" text editor, I find it annoying how much time it takes them to delete a line, when I can do it with "dd".
  • 0
    What keys do you use to move around?
  • 1
    @shellbug ahahaha don't worry and yep I can see how much productivity it is when using vim (using dd and really happy I can delete a line without doing much).

    Umm as for moving around, hjkl keys? I don't use arrow keys.
  • 0
    @Zerocchi nice. You can also use "w" to move to the next work and "b" to the previous word. Those are the ones I use the most other than "jk".
  • 1
    @shellbug thanks for the tips! I sometimes get confused with all these key bindings tbh but hey I know I'll be fine like you and all the vim users here 😅
Add Comment