commit eeac3920cf5fe91f9e657f125676319dda2039be parent 8ebd3454c0d0a2e6067f64976d03bc594d4063ea Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Mon, 30 Sep 2024 18:27:18 -0500 windows: emacs bindings in PS readline!! Diffstat:
| M | Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -13,3 +13,5 @@ function vim { } function dotfiles { git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" $args } + +Set-PSReadLineOption -EditMode Emacs