commit d6b0bba9987cf4f5c8bb4f031e48571d3db48f3b parent b38cf9533cb71e01dcdd40452525ea9df44fdaa0 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 14 Jan 2019 12:20:41 +0100 Go to end of files on open Diffstat:
M | links/bin/board | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/bin/board b/links/bin/board @@ -27,7 +27,7 @@ function board { fi fi - vim -c "windo set tw=1000" "$format" "$dir"/{todo,progress,done}.md + vim +'windo normal G' -c "windo set tw=1000" "$format" "$dir"/{todo,progress,done}.md } board "$@"