Different quote_dropped_files for (n)vim only on Windows #6181
Grueslayer
started this conversation in
General
Replies: 1 comment 1 reply
-
you can use https://wezfurlong.org/wezterm/config/lua/window/set_config_overrides.html from inside the https://wezfurlong.org/wezterm/config/lua/window-events/update-status.html event to make decisions about the running program and dynamically adjust the configuration |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
on windows we need double quoted filenames as usual but (neo)vim needs some other format.
Can we make that option "per tab" and configurable via callback:
if we've a callback where
pane_title
(not modified byformat-tab-title
), i can decide (neo)vim is running (foreground_process_name can not be used because (neo)vim has spawned node/python or others)SpacesOnly
(looks weird, butc:\dir\ with\ space\file.txt
is valid)Maybe we can define a custom lua function which does the quotation itself (but still needs access to
pane_title
)Beta Was this translation helpful? Give feedback.
All reactions