From 1ca8fe3341b1b62a08997bcd336643b01ca2b1eb Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 12:56:42 -0400 Subject: [PATCH] finger: force neovim --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 155c50d..fe7c673 100644 --- a/config.org +++ b/config.org @@ -968,7 +968,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac rsync root@armaanb.net:/etc/finger/plan.txt "$T" && \ TT=$(mktemp) && \ head -n -2 $T > $TT && \ - vim $TT && \ + /bin/nvim $TT && \ echo "\nLast updated: $(date -R)" >> "$TT" && \ fold -sw 72 "$TT" > "$T"| \ rsync "$T" root@armaanb.net:/etc/finger/plan.txt' -- 2.39.2