Finding files with fzf ripgrep and nnn This is the next articial in the series 'mouseless'. Find previous articles here: Terminal workflow Nice vim commands Why? Because navigating through files in can take a lot of time, especially if you are faced with a big git repo. However, tools like ripgrep and fzf can assist …
Read MoreThis is a post about my workflow when editing files in the terminal. When editing files quickly I usually resort to vim. It requires a lot of muscle memory but hey, one needs to train their reptile brain, right. Tmux config So I use tmux and vim so you need those two installed. My tmux config is really simple. I …
Read MoreHere is my vim & tmux cheatsheet. tmux This is my .tmux.conf. I prefer to set the meta key to q. 1set-option -g prefix C-q 2set -g mouse off 3 4set -g status-bg black 5set -g status-fg white Command What it does ctrl+q arrows Navigate windows (tmux) ctrl+q % Split vertically (tmux) ctrl+q " Split horizontally (tmux) …
Read More