wezterm-edit-helper: hide output from remote nvim call
This commit is contained in:
parent
ce87785b52
commit
0d9644beb6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue