Is it possible to Re-open a closed tab?
Moderators: Hacker, petermad, Stefan2, white
Is it possible to Re-open a closed tab?
Can't find any mention of this feature, so:
Is it possible (by means of hotkey) to reopen a (by mistake) closed tab?
Something like browsers do by CTRL+SHIFT+T ?
Is it possible (by means of hotkey) to reopen a (by mistake) closed tab?
Something like browsers do by CTRL+SHIFT+T ?
- ghisler(Author)
- Site Admin
- Posts: 50889
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Is it possible to Re-open a closed tab?
No, just open a new one (Ctrl+T) and use the history (Alt+Cursor down) to return to the previous directory.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Is it possible to Re-open a closed tab?
Ok. That's also what I've been doing so far. Maybe an idea for a future feature
?
Thanks.

Thanks.
Re: Is it possible to Re-open a closed tab?
Christian,
Roman
This, however, only works if you closed the active tab by accident.just open a new one (Ctrl+T) and use the history (Alt+Cursor down) to return to the previous directory
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Is it possible to Re-open a closed tab?
What do you mean by that, Roman?
If you close a tab deliberately, you can't do what Author Ghisler says?
For the mavens reading, is there a way to provide a user-function that would synthesise 'Undo closed tab', and attach it to a keystroke/hotkey?
If you close a tab deliberately, you can't do what Author Ghisler says?
For the mavens reading, is there a way to provide a user-function that would synthesise 'Undo closed tab', and attach it to a keystroke/hotkey?
Regards, PhredE
Re: Is it possible to Re-open a closed tab?
Command (in usercmd.ini):is there a way to provide a user-function that would synthesise 'Undo closed tab', and attach it to a keystroke/hotkey?
Code: Select all
[em_reopentab]
button=wcmicons.dll,83
cmd=cm_OpenNewTab,cm_GotoPreviousDir
menu=Reopen just closed tab
Shortcut (in wincmd.ini):
Code: Select all
[Shortcuts]
CA+T=em_reopentab
Button (if you prefer that):
Code: Select all
TOTALCMD#BAR#DATA
cm_OpenNewTab,cm_GotoPreviousDir
wcmicons.dll,83
Reopen just closed tab
-1
To make the button:
1. Mark the green text above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Is it possible to Re-open a closed tab?
Thanks Peter
Works perfectly.
Relocated it to Ctrl+Shift+T as that is what I'm used to - I never used the previous option of "opening tabs in background" anyway...

Relocated it to Ctrl+Shift+T as that is what I'm used to - I never used the previous option of "opening tabs in background" anyway...
Re: Is it possible to Re-open a closed tab?
Phred,
Roman
If you close an inactive tab you cannot restore it this way.What do you mean by that, Roman?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Is it possible to Re-open a closed tab?
Yes, I see. With a mouse-button click or a right-click 'Ctrl-W' selection?Hacker wrote: 2018-08-15, 21:15 UTC Phred,If you close an inactive tab you cannot restore it this way.What do you mean by that, Roman?
Roman
Regards, PhredE
Re: Is it possible to Re-open a closed tab?
Superb. Thank you kindly.petermad wrote: 2018-08-11, 09:24 UTCCommand (in usercmd.ini):is there a way to provide a user-function that would synthesise 'Undo closed tab', and attach it to a keystroke/hotkey?
Shortcut (in wincmd.ini):
Button (if you prefer that):
[..snip]
..into the Wiki.
Tags undo close tab button closed reopen
Regards, PhredE
Re: Is it possible to Re-open a closed tab?
Phred,
Roman
Yes, using any method without actually activating the tab.With a mouse-button click or a right-click 'Ctrl-W' selection?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.