Amar Paul
Amar Paul
On linux I use `sxhkd`, where you can write keybinds like this: ``` # focus the node in the given direction super + {h,j,k,l} bspc node -f {west,south,north,east} ``` Multiple...
Neomake currently uses `python -V 2>&1` to determine the python version. On systems where both `python -> python2` and `python3` executables exist in `$PATH`, neomake will determine python 2.x as...
This PR is meant to serve as a reference while py3 support is being worked on in master. Updated a few things from https://github.com/pyroscope/pyrocore/pull/63 to see whether I could get...
Noticed there was no mention of the implemented and working commands for drawing static or variable text in the README.
Just recently heard of + starting using Atuin, seems really cool! I have two somewhat specific examples of this feature request that I've configured so far: 1. config option(?) for...
### Self Checks - [x] I'm using the latest lualine. (commit [2248ef25](https://github.com/nvim-lualine/lualine.nvim/tree/2248ef254d0a1488a72041cfb45ca9caada6d994)) - [x] I didn't find the issue in existing issues or PRs. - [x] macOS, neovim installed by...
### Describe the bug I have the following widget defined and bound in my rc (copied from [this stackoverflow post](https://stackoverflow.com/questions/48229336/insert-first-word-of-previous-command-in-zsh-command-line)): ```zsh insert-first-word () { zle insert-last-word -- -1 1 }...
Seems like there's a very small chance of an impossible game being dealt (after about 200 games i've seen 2 impossible games). Checked with these (although the first link took...
So I wanted to be able to use `gitit` to open any repo but hated having to `cd` somewhere or try to remember another person's username and full git repo...