[windows-scripts] Add missing keybinding to docs

Automatic keybinding extraction is not yet
live.
This commit is contained in:
Maximilian Wolff 2021-04-09 20:18:42 +00:00
parent 96008496d6
commit dc07cdbdc3
2 changed files with 19 additions and 4 deletions

View File

@ -10,6 +10,7 @@
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
- [[#powershell-powershellel][Powershell (powershell.el)]]
- [[#bat-mode][Bat-mode]]
* Description
This simple layer adds support for the Powershell scripting language as well
@ -32,3 +33,17 @@ file.
|---------------+----------------------------------|
| ~SPC m r r~ | Transform marked regexp to regex |
| ~SPC a t s p~ | Start powershell shell |
** Bat-mode
| Key binding | Description |
|-------------+-------------------------------------------------|
| ~SPC m e b~ | evaluate buffer |
| ~SPC m e B~ | evaluate buffer with args |
| ~SPC m h h~ | show help of command |
| ~SPC m i t~ | insert minimal template |
| ~SPC m z~ | toggle outline |
| ~SPC m g d~ | jump to definition |
| ~SPC m g r~ | find references |
| ~SPC m r r~ | rename symbol |
| ~SPC m r f~ | ensure all symbols has consistent casing/syntax |

View File

@ -105,7 +105,7 @@
"atsp" 'powershell)
(spacemacs/set-leader-keys-for-major-mode 'powershell-mode
"rr" 'powershell-regexp-to-regex))))
;; TODO
;; - split out powershell
;; - get help output with mgg (Get-Help) or Get-Help -online
;; -
;; TODO
;; - split out powershell
;; - get help output with mgg (Get-Help) or Get-Help -online
;; -