diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
commit | f5f3c53368e1c39ddea76f68a9c106c7921deac4 (patch) | |
tree | 8ae2b8246898b33f83190dc781058943b6ec2f59 /after/ftplugin/ps1.lua | |
parent | 1f21f043934b886dceaaf70ed33fd3ddc42e72ed (diff) |
checkpoint
Diffstat (limited to 'after/ftplugin/ps1.lua')
-rw-r--r-- | after/ftplugin/ps1.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/ps1.lua b/after/ftplugin/ps1.lua new file mode 100644 index 0000000..b69ea42 --- /dev/null +++ b/after/ftplugin/ps1.lua @@ -0,0 +1,2 @@ +local map = vim.keymap.set +map("n", ",p", [[<cmd>s/^\(\s*\)\(.\+\)/\1Write-Host "\2: $\2"/<cr>]], { desc = "Surround var with Write-Host" }) |