Sérgio Araújo

Sérgio Araújo @voyeg3r

About: I am a Free Software enthusiast and a (neo)?vim addicted, I also like shell script, sed, awk, and as you can see I love Regular Expressions.

Location:
Brazil
Joined:
Sep 23, 2017

Sérgio Araújo
articles - 55 total

nvim: Telescope toggle cwd

Intro Being abble to change the scope of a srarch, grep or other commands gives us more...

Learn More 1 4Jun 23

neovim: Wrap selection into clipboard

Intro NOTE: The proposed solutions here have evolved a little bit, my utils.lua was...

Learn More 0 1Jun 16

Neovim toggle moody words

Toggling values in programming is highlly frequent. What about a lua function and a mapping for...

Learn More 1 0Jun 14

neovim: clipboard magic

Intro In this article I will share some of my daily life solutions to make my neovim...

Learn More 0 0Jun 4

Nvim: Persistent colorscheme choice

In general we arecused to set our colorscheme in a options file where we write our choice, but...

Learn More 0 0May 14

nvim

A post by Sérgio Araújo

Learn More 0 0Apr 21

Another great neovim smooth scroll plugin

The missing smooth scroll As far as I know neovim does not have a decent scroll feaure,...

Learn More 5 2Jul 17 '24

My personal detox command

The original detox It is perfect but in termux i do not have it in my repositories,...

Learn More 1 0Jun 28 '24

Neovim smart mappings

Intro Smart mappings are mappings that have their behavior adapted to the context. This...

Learn More 1 0Mar 7 '24

The shell real power

How some people use shell (to sum odd numbers for example) sum_odd_int_array() { ...

Learn More 0 1Dec 31 '23

Dwm change workspace behavior

I want the following Every time I close the last window in a certain workspace the dwm...

Learn More 2 0Oct 27 '23

My lazy neovim config

Intro The lazy nvim plugin manager caught my attention because everybody says it is...

Learn More 20 0Jun 29 '23

Keep two nvim setups easilly

Update! From now on consider only this first paragraph, once neovim developers implemented...

Learn More 5 4Nov 25 '22

Update your files header using git hooks

If was not enouth Linux Torvalds Invented Linux he also created git ... The git...

Learn More 3 0Nov 10 '22

I cannot leave tiling window managers anymore!

Intro: I have used gnome-shell for a very long time until taking tiling widow managers...

Learn More 9 9Sep 21 '22

Primary Selection as a Plus

Why Primary Selection? Most people I see on the Internet, nvim users, usually give up...

Learn More 1 0Aug 26 '22

Neovim "Last Change" function

Currently I am using a git hook to update file...

Learn More 3 1Jul 22 '22

Sync folders using diff + awk

Real life diff use: I want to copy only the missing 'jpg' files at the...

Learn More 9 0May 22 '22

Emulate middle mouse when the actual one does not work

The scenario: The old school boys like me that started using Linux when you had to...

Learn More 6 1May 20 '22

Creating thumbnails with parallel and imagemagick

Intro: There are some unique commands that leaves us speechless and the imagemagick and...

Learn More 5 1May 16 '22

Combining ls and shuf ... ... and more

Introduction Portuguese version Some commands do not generate any output list, authough...

Learn More 9 0May 15 '22

Combinando o ls com o comando shuf ... "and more":

Introdução English version Alguns comandos não geram uma lista de arquivos ou de sua...

Learn More 8 0May 15 '22

yt-dlp plus ranger bulkrename

Intro Once in a while or very often we use to download music from youtube using...

Learn More 5 0Apr 16 '22

Termux Useful Tweaks

What is termux? For those who do not know what termux is: Termux is an Android terminal...

Learn More 91 1Mar 21 '22

VIM: Enhancing focus on vim

Some useful tips to keep your focus during writing on vim

Learn More 8 2Mar 21 '22

Access your vim v:oldfiles from zshell

Intro I have always wanted to get my vim oldfiles (the most recent accessed files on...

Learn More 5 0Jan 18 '22

Some pearls from my zshrc

Intro: First of all, why using ZSH instead of bash? Well, I would say that the...

Learn More 8 1Jan 8 '22

Write your snippets with ultisnips and convert to json

Introduction Almost everyone who uses vim became curious about neovim, and among all of...

Learn More 1 2Sep 8 '21

I regret not using Xfce4 before

I have spend too much time on Gnome3

Learn More 3 0Aug 22 '21

Writing useful lua functions to my neovim

Utils to improve our daily life in neovim

Learn More 10 0Aug 15 '21