diff options
Diffstat (limited to 'scripts/bin/cbedit')
| -rwxr-xr-x | scripts/bin/cbedit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bin/cbedit b/scripts/bin/cbedit index f4d88fd..b163ecb 100755 --- a/scripts/bin/cbedit +++ b/scripts/bin/cbedit @@ -4,7 +4,7 @@ set -e; read_clipboard() { xclip -selection clipboard -o || echo -n ""; } update_clipboard() { xclip -selection clipboard -i; } -edit_file() { st -e nvim "$@"; } +edit_file() { st -e sensible-editor "$@"; } tmp_file=$(mktemp /tmp/cbedit-XXXXX); read_clipboard > $tmp_file; |
