You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have finally decided to move away from tmux in favor of a more dynamic solution and discovered this program. I am loving it, but had three quick questions. The first two questions are actually regarding two patches I was curious if anyone had made yet. While I love the defaults that dvtm ships with it is missing two functionalities for me. The first comes from a dwm patch called attachasideandbelow. I saw an issue regarding adding attachaside functionality, but did not know if anyone had actually ended up writing a patch for it. The second comes from a dwm patch called push which is much more simple, it allows you move the currently selected window up and down in the stack. I am not great with C, but have been trying to port it myself and was curious if anyone had any advice.
My last question is actually an issue I have been having with dvtm. I use the vis text editor and noticed that when I am running vis within dvtm I have to wait several seconds, like 10, for the <Escape> key to register. This makes switching modes miserable. I set the needed value in my editor to make the editor only wait 10 milliseconds to move between modes, but still have issues with it taking forever when in dvtm. Is this a known issue or is there a setting I missed?
The text was updated successfully, but these errors were encountered:
Hi, not the maintainer of this repo, but I have had issues with vis<Escape> taking a long time to register. I don't think it has anything to do with dvtm, I had it reproduce on a bare TTY, it's probably a vis issue.
Hello,
I have finally decided to move away from
tmux
in favor of a more dynamic solution and discovered this program. I am loving it, but had three quick questions. The first two questions are actually regarding two patches I was curious if anyone had made yet. While I love the defaults thatdvtm
ships with it is missing two functionalities for me. The first comes from adwm
patch called attachasideandbelow. I saw an issue regarding adding attachaside functionality, but did not know if anyone had actually ended up writing a patch for it. The second comes from adwm
patch called push which is much more simple, it allows you move the currently selected window up and down in the stack. I am not great with C, but have been trying to port it myself and was curious if anyone had any advice.My last question is actually an issue I have been having with
dvtm
. I use thevis
text editor and noticed that when I am runningvis
withindvtm
I have to wait several seconds, like 10, for the<Escape>
key to register. This makes switching modes miserable. I set the needed value in my editor to make the editor only wait10
milliseconds to move between modes, but still have issues with it taking forever when indvtm
. Is this a known issue or is there a setting I missed?The text was updated successfully, but these errors were encountered: