add ctrl+d to close

master
Körner, Simon 5 years ago
parent 9ff52a0a43
commit c8b2bfe46f

@ -1,4 +1,7 @@
#region keybindings
Set-PSReadlineKeyHandler -Key Tab -Function Complete
Set-PSReadlineKeyHandler -Key Ctrl+d -Function ViExit
#endregion keybindings
function prompt {

Loading…
Cancel
Save