Skip to content

Commit 76f7e3e

Browse files
Make arrow keys and home button work again
According to this issue cmderdev/cmder#1832 You need to add `p5` instead of `p` when creating the shell or some buttons won't work.
1 parent 7583979 commit 76f7e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the `Task parameters` input you can configure an icon
3434
In the `Commands` input field, you enter the command that this task should start. This is the actual call to Bash:
3535

3636
```
37-
%windir%\system32\bash.exe ~ -cur_console:p
37+
%windir%\system32\bash.exe ~ -cur_console:p5
3838
```
3939
Now you have **bash** in your **Cmder** console :fire:
4040

@@ -49,7 +49,7 @@ This will cause `Bash.exe` to start `Zsh` automatically.
4949

5050
The full line is:
5151
```
52-
%windir%\system32\bash.exe ~ -c zsh -cur_console:p
52+
%windir%\system32\bash.exe ~ -c zsh -cur_console:p5
5353
```
5454

5555
Now just create new console by clicking on Green + button and select console as `{Ubuntu::zsh}` or `{Ubuntu::bash}` from first combobox and click on start enjoy :fire:

0 commit comments

Comments
 (0)