2024-10-20 19:53:44 +0100

This commit is contained in:
js0ny 2024-10-20 19:53:25 +01:00
parent bde5d89003
commit 488c69e301
12 changed files with 279 additions and 32 deletions

View file

@ -4,7 +4,6 @@ Set-PSReadLineOption -EditMode vi # Vi Keybindings
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -PredictionSource HistoryAndPlugin
Set-PSReadLineOption -ContinuationPrompt "`e[36m CR > "
### Keybindings ###
Set-PSReadLineKeyHandler -Chord "Ctrl+Shift+f" -Function ForwardWord
@ -78,6 +77,7 @@ ${function:pylsenvs} = { conda env list }
${function:pymkenv} = { conda create --name $args[0] }
${function:pyrmenv} = { conda remove --name $args[0] --all }
# C & C++ #