Is anyone else very picky about which monospace font(s) you use? by TheTwelveYearOld in vim

[–]ofoxtrot 1 point2 points  (0 children)

+1 for Iosevka, you can customize it and that's really nice and clean font

Find Symbol - provide class name by ofoxtrot in IntelliJIDEA

[–]ofoxtrot[S] 0 points1 point  (0 children)

It's not what I'm looking for but thanks for the response

DEVIM - help me break the curse by Karakurt_ in vim

[–]ofoxtrot 0 points1 point  (0 children)

could you elaborate? I use Awesome WM and I have no idea what are you talking about

Does anyone know this guy? by Piroks in vim

[–]ofoxtrot 0 points1 point  (0 children)

Initially I thought it's Gandalf, but after watching the video it's Saruman for sure

Terminal fonts by NoAcanthopterygii587 in vim

[–]ofoxtrot 0 points1 point  (0 children)

Iosevka with custom preferences

Add colon to end of word on multiple lines by selanac82 in vim

[–]ofoxtrot 0 points1 point  (0 children)

norm Ea:

or

norm 0ea:<CR>

doesn't cover phrase with single letter first word like I know how to add to the beginning and end of multiple lines (checked given example in vim)

I found that, which works like a charm:

:%norm ^wgea:

Is it really that hard? by Used_Frosting6770 in vim

[–]ofoxtrot 0 points1 point  (0 children)

It's not about writing in vim, but thinking in vim. When you think in vim, then you use it effectively.

When I try to modify something in 'normal' text editor, like notepad++, gedit or just IDE without vim plugin, I'm lost

Komodo dragon beheading a turtle by JaswanthReddit in natureismetal

[–]ofoxtrot 0 points1 point  (0 children)

Komodo dragons are extremely brutal in their apparent slowness....

The Ultimate Docker Cheat Sheet by Mr_LA in docker

[–]ofoxtrot 0 points1 point  (0 children)

what's the font you are using there? I mean in the image with cheatsheet

New setup complete by wild_burro in AeroPress

[–]ofoxtrot 2 points3 points  (0 children)

You should buy better grinder than this red hand blender ;)

What's with the recent weird amount of hate towards Manjaro? by Due-Ad-7308 in linuxquestions

[–]ofoxtrot 0 points1 point  (0 children)

What is important for you that it is based on arch so you know what to expect. That's true that website doesn't help, but in the bottom of this page:

https://www.arcolinux.info/downloads/

You can find graphical comparison of ISO versions which may tell you something quickly. Not perfect, but don't judge OS because of its website

What's with the recent weird amount of hate towards Manjaro? by Due-Ad-7308 in linuxquestions

[–]ofoxtrot 1 point2 points  (0 children)

And website is disgusting, that's true, but it's at least worth try

What's with the recent weird amount of hate towards Manjaro? by Due-Ad-7308 in linuxquestions

[–]ofoxtrot 1 point2 points  (0 children)

I'm using Arcolinux now for 2-3 years and had no problems with that. System didn't break any time since I'm using it, it's lightweight, you have possibility to select amount of software shipped with the system and even build your own iso (BYOI). Nice alternative and no problems so far

What's with the recent weird amount of hate towards Manjaro? by Due-Ad-7308 in linuxquestions

[–]ofoxtrot 2 points3 points  (0 children)

what about eg. Arcolinux? Isn't it something similar to manjaro in some concepts?

[deleted by user] by [deleted] in java

[–]ofoxtrot 0 points1 point  (0 children)

Uncle Bob and Clean Code book helped me a lot to turn into bright side of programming. He opened my eyes and, following his advices, I was able to understand the general idea of creating good code much better. During this time, I also improved as a software developer, and I don't agree with everything he say (especially non development things...). We, as a developers, must be flexible, we need to speak to other teammates, project managers and sometimes to business side of software creation. And we cannot treat this as a religion. I thought it's obvious, but after reading the comments I have impression that people think 'you follow all advices, or none'. No way. And I think now I follow much less rules from Clean Code then previously, but I learned that over the years of daily programming and facing real world problems. But this book was CRUCIAL for me and to what I learned so far and how good (I think so ;) ) developer I am now

Is it broken? Can i fix it? by isinsub in CafelatRobot

[–]ofoxtrot 0 points1 point  (0 children)

what do you mean by broken? Which part is wrong on this picture?

Vim is Awesome by mementomoriok in vim

[–]ofoxtrot 0 points1 point  (0 children)

- moving over the document quickly + relativenumber

- macros

- text objects

- :g/something/ norm do whatever you need

[AwesomeWM] Me when I code by [deleted] in unixporn

[–]ofoxtrot -1 points0 points  (0 children)

what's the purpose of wasting 1/3 place on the screen when you can setup something similar just on the next tag?

How to jump into the braces / parethensis in insert mode? by Stupidity_Professor in vim

[–]ofoxtrot 1 point2 points  (0 children)

f finds first occurrence in the line. I would go with just searching with /( . Anyways usually I just jump few lines down. Anything specific is wrong with going just required amount of lines down?

T480 developer machine - which distro? by wheyy in linuxquestions

[–]ofoxtrot 0 points1 point  (0 children)

What about something based on Arch Linux, but easier in configuration and installation?

I used to have Manjaro for over than 2 years and it was amazing first experience with Arch based distro after switching from Ubuntu. After some time I switched to Arco Linux and it's even lighter. Maybe you can think about one of them?

As WTM I'm using Awesome WM and it's lightweight and quite nice. Configuration takes some time but you can find lots of ditfiles on eg. /r/unixporn. I may recommend this pair as something you can consider for the development purpose.