commit ae03395f06577f8d661f2a3644ef45f3a0dbd2c4 parent 6348043b31ea2965c8c199d4d186e3ebc58594e0 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Mon, 7 Mar 2016 14:25:19 -0800 use vim not neovim for todo Diffstat:
M | bin/todo.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/todo.sh b/bin/todo.sh @@ -4,4 +4,4 @@ #ssh -t -p 12344 adc@susanoganders.dk 'screen -rd todo' # Edit local todo-file -nvim ~/doc/todo.md +vim ~/doc/todo.md