Software Engineer from Smartly
Subscribe to my newsletter and never miss my upcoming articles
This is not a series of tutorials. So there are parts that you might have to work on your own, like, setup ESLint, installing/setup Node on your machine. Luckily you can do it with just a couple of Google searchs. Reason? I want to learn more. I thin...
After doing with couple of medium/big projects, I would like to share a little comment on hooks organising. In my project, usually I try to import as much as possible the hooks from 3rd parties and my custom hooks in one place, so in the future, when...
It's quite a bad experience when working with quickfix window, I guess because back in the old days, the screen was small, so putting the quickfix below by default was a good decision, but we have wide screens nowadays, so let's move the quickfix to ...
In dark mode, seems it does not happen, but yesterday I changed back to light mode, it started. I remember there is a discussion about this , so here is a note: Turn on Prefs > Advanced > Work around Big Sur bug where a white line flashes at the ...
Recently I found out coc-explorer has float mode, which is really useful. In case you don't know what is it, coc-explorer is a file explorer for neovim, but I think it could work with normal vim despite I didn't test. First step, of course, install ...
I'm using iTerm2 for neovim, and when I'm trying to use alt-a to execute the select all action in fzf.vim preview, it just simply not work because for some reasons alt-a sends å character. We can let iTerm2 send escape sequence by: Preferences => K...