File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ if (-not (Test-Path -Path $installDir)) {
3434}
3535
3636# Download the latest panka.exe
37- $url = "[ https://github.com/bulga138/panka/releases/latest/download/panka.exe](https://github.com/bulga138/panka/releases/latest/download/panka.exe) "
37+ $url = "https://github.com/bulga138/panka/releases/latest/download/panka.exe"
3838$output = "$installDir\panka.exe"
3939
4040# Use wget (alias for Invoke-WebRequest) to download the file
41- wget -Uri $url -OutFile $output
41+ Invoke-WebRequest -Uri $url -OutFile $output
4242```
4343
4444### 2. Add to PATH
@@ -119,11 +119,11 @@ enableLogger = false
119119|Action|Key
120120| ---| ----|
121121| ** Save File** | ` Ctrl ` + ` S ` ||
122- |** Save As** |` Ctrl ` + ` E `
123- |** Quit** |` Ctrl ` + ` Q `
124- |** Undo** |` Ctrl ` + ` U `
125- |** Redo** |` Ctrl ` + ` Y `
126- |** Toggle Line Numbers** |` Ctrl ` + L
122+ | ** Save As** | ` Ctrl ` + ` E ` ||
123+ | ** Quit** | ` Ctrl ` + ` Q ` ||
124+ | ** Undo** | ` Ctrl ` + ` U ` ||
125+ | ** Redo** | ` Ctrl ` + ` Y ` ||
126+ | ** Toggle Line Numbers** | ` Ctrl ` + ` L ` ||
127127| ** Toggle Non-Printables** | ` Ctrl ` + ` O ` ||
128128
129129
@@ -175,4 +175,4 @@ Use these keys to create a vertical block of cursors for simultaneous editing.
175175
176176## License
177177
178- This project is licensed under the MIT License.
178+ This project is licensed under the MIT License.
You can’t perform that action at this time.
0 commit comments