From 0d9644beb6e173e6e6a03235402e2252befbb280 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 2 Jun 2024 15:02:18 +0200 Subject: [PATCH] wezterm-edit-helper: hide output from remote nvim call --- bin/wezterm-edit-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wezterm-edit-helper b/bin/wezterm-edit-helper index ecd968d..ca4274a 100755 --- a/bin/wezterm-edit-helper +++ b/bin/wezterm-edit-helper @@ -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)