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 think this is also a good option for the users that use evil-tabs.
Like, '2gt' should go to the 2nd tab, while the number on that tab would show 1 as the screen numbering starts from 0.
Could we make it?
I tried with this but it obviously doesn't work:
diff --git a/elscreen.el b/elscreen.el
index 7e9c84b..f065940 100644
--- a/elscreen.el
+++ b/elscreen.el
@@ -736,11 +736,11 @@ when error is occurred."
nil)
(t
(let ((screen-list (sort (elscreen-get-screen-list) '<))
(elscreen-get-current-screen)
(elscreen-current-window-configuration))
screen (elscreen-default-window-configuration))
The text was updated successfully, but these errors were encountered: