Is there a shortcut key for moving the current current pane over to view more of the columns temporarily? I thought I remember it in a old version.
Right now what I do is use vertical arrangement shortcut to view long files names but the columns auto adjust so you cant see all of them.
I guess I could create a custom view the same as the default and set horizontal scroll bar and not adjust tabs. then switch to vertical arrangement temporarily.
shortcut command for viewing more columns?
Moderators: Hacker, petermad, Stefan2, white
There is a cm_100Percent command that moves separator to 100% so current panel will use full window width, you can assign a shortcut for it (Configuration Dialog - Misc. - Redefine hotkeys), or create a button.
Also you can create usercommands with command OPENCUSTOMVIEW myColumns and use them via hotkey/button to switch to your custom column set.
Using TCFS2 you can create a command (and use it via hotkey/button) that will do both things: set separator to desired value (any percent, not only 50 or 100) and switch to custom column set, it is even possible to create switch command that will revert state on second execution, or a command that will switch mode back after some seconds.
Also you can create usercommands with command OPENCUSTOMVIEW myColumns and use them via hotkey/button to switch to your custom column set.
Using TCFS2 you can create a command (and use it via hotkey/button) that will do both things: set separator to desired value (any percent, not only 50 or 100) and switch to custom column set, it is even possible to create switch command that will revert state on second execution, or a command that will switch mode back after some seconds.