-
Settings > Tasks
-
Create {win_bash}
-
Task Parameters:
/icon "%CMDER_ROOT%\icons\cmder.ico"
-
Command:
cmd /k "%windir%\system32\bash.exe" -cur_console:p
-
Settings > Startup ** Select {win_bash}
# Launch Zsh
if [ -t 1 ]; then
exec zsh
fi
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
- Useful tmux configs https://gist.github.com/maxjerin/23cda3c339d55804b54a4ad551061f33
- Load tmux config for the first time using
run tmux source ~/.tmux.conf
- After which you can use Ctrl + b + r