dotfiles/script/.local/bin/quickedit

10 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
# floating editor launcher
export WIDTH=75
export LENGTH=40
generic-launcher nvim "$@"