From c8b2bfe46f57bcf1cba2df01d21bf5dac01a9dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=B6rner=2C=20Simon?= Date: Thu, 8 Aug 2019 07:56:20 +0200 Subject: [PATCH] add ctrl+d to close --- profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile.ps1 b/profile.ps1 index 4808f38..a106057 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -1,4 +1,7 @@ +#region keybindings Set-PSReadlineKeyHandler -Key Tab -Function Complete +Set-PSReadlineKeyHandler -Key Ctrl+d -Function ViExit +#endregion keybindings function prompt {