This guide is meant for those who need to work in Windows from time-to-time and would like to have linux feeling.
Prerequisites
In Altap Salamander go to Configuration -> Editors.
| Command | "C:\Program Files\Git\bin\bash.exe" |
| Arguments | --login -i -c 'nano "$(Name)"' |
| Initial Directory | $(FullPath) |
Remarks
--login -i is used to start interactive shell.
-c starts a command (nano …)