Total Commander: Difference between revisions
Jump to navigation
Jump to search
(→configure custom layout: explain access) |
|||
| Line 33: | Line 33: | ||
<pre> | <pre> | ||
Caption Width Align Field contents | Caption Width Align Field contents example | ||
Name 143 <- Name | Name 143 <- Name filename | ||
Ext 20 <- Ext | Ext 20 <- Ext ext | ||
size 35 -> [=tc.size.Mbytes]MB ( | size 35 -> [=tc.size.Mbytes]MB 1MB(1,048,576) | ||
date 25 <- [=tc.writedate.yMD] | date 25 <- [=tc.writedate.yMD] 110305 | ||
access | access 25 <- [=tc.accessdate.yMD] 110305 | ||
</pre> | </pre> | ||
Revision as of 11:20, 5 March 2011
Total Commander is the software for file management. The customized settings and layout (two columns) I suggested was as follows:
| Total Commander | v.7.55a |
Quick to rename file name with F2
Step 1: Configuration --> Options --> Operation: Select only the file name when renaming (not the extension)
- Image hosted at flickr
Step 2: Configuration --> Options --> Misc: Hotkey: F2 mapping to the command cm_RenameOnly --> click the green V to apply the configuration
- Image hosted at flickr
Step 3: Select a file
- Press F2 once: Select only the file name when renaming (not the extension)
- Press F2 twice: Select the file name and the extension when renaming
further reading
button bar: quick to copy file name with full path to clipboard
- Image hosted at flickr
- Command: cm_CopyFullNamesToClip
- Copy filenames with full path to clipboard
- another command: cm_CopyNamesToClip
- Copy filenames to clipboard
configure custom layout
Caption Width Align Field contents example Name 143 <- Name filename Ext 20 <- Ext ext size 35 -> [=tc.size.Mbytes]MB 1MB(1,048,576) date 25 <- [=tc.writedate.yMD] 110305 access 25 <- [=tc.accessdate.yMD] 110305
- (write) date: The date when the file was written recently
- access date: The date when the file accessed recently. Access means the file was opened, saved ord moved to other location possibiliy.
cursor movement mode of Total Commander
New cursor movement mode in the [Configuration] region
- Menu -> Configuration -> Change Settings Files Directly
- Edit c:\windows\WINCMD.INI
- add the following line (note: not insert after this line [left] ...)
[Configuration] SpecialCursorMovement=3 .. .. [left]
- Save the modified WINCMD.INI file and restart the Total Commander
manual
New cursor movement mode. Sum of the following: 1: Left key jumps to first file, right key to last 2: Left key goes one directory up, right key opens directory/archive under cursor. 4: Override horizontal scrollbar in custom columns view. If this option isn't set, the cursor will jump only to the first file if the horizontal scrollbar is already at the leftmost position. 8: Jump one page up/down instead of jumping to the first/last file
- (from the official HELP file -> title: Settings in the file wincmd.ini )
- 3 means
- 'Left key' jumps to first file, and press twice 'Left key' will go one directory up
- 'Right key' will open directory/archive under cursor.