summary refs log tree commit diff
path: root/home/.config/nvim/init.vim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-14 15:27:13 -0500
committerJune McEnroe <june@causal.agency>2019-01-14 15:27:13 -0500
commitbdd96d1271d1e90798b15ba5d886c15524b4afd2 (patch)
treede44d628fb5421ed3e250f5560a194d9e881043f /home/.config/nvim/init.vim
parentAllow replacing empty string with fc old=new (diff)
downloadsrc-bdd96d1271d1e90798b15ba5d886c15524b4afd2.tar.gz
src-bdd96d1271d1e90798b15ba5d886c15524b4afd2.zip
Document old=new argument of fc -s
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
subject'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe