wezterm-edit-helper: hide output from remote nvim call

This commit is contained in:
Daniel Lundin 2024-06-02 15:02:18 +02:00
parent ce87785b52
commit 0d9644beb6
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ fi
fre --store_name "edit-history" --add "$_file"
nvim --server "$XDG_RUNTIME_DIR/nvim-persistent.sock" --remote "$_file"
nvim --server "$XDG_RUNTIME_DIR/nvim-persistent.sock" --remote "$_file" &>/dev/null
# Wezterm: switch tab to nvim
printf "\033]1337;SetUserVar=%s=%s\007" nvim_activate $(date +%s | base64)