Monday, 1 September 2014

TotalCmd Add new custom command

Hotkeys:
SHIFT+F4   create new file

I usually open GitBash. I made a hotkey combination to access faster:
Each config file located under c:\Users\YOURNAME\AppData\Roaming\GHISLER.

WINCMD.INI:

[Shortcuts]
CA+C=em_gitbash
CA+V=cm_ExecuteDOS

usercmd.ini:

[em_gitbash]
button=C:\Windows\System32\WScript.exe,2
cmd="C:\Program Files (x86)\Git\Git Bash.vbs"
path=C:\Windows\System32\

The path is set a location. Remove it if you would like to use at TCM's current folder.

No comments:

Post a Comment