From b582297086a495f6d96c1734fa016497d1020f84 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Tue, 18 Aug 2015 12:07:40 -0700 Subject: [PATCH] Updating putty profiles to enable numpad in Vim --- putty/putty_solarized_black.reg | 6 +++++- putty/putty_solarized_dark.reg | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/putty/putty_solarized_black.reg b/putty/putty_solarized_black.reg index 9aafff5..95a27d1 100644 --- a/putty/putty_solarized_black.reg +++ b/putty/putty_solarized_black.reg @@ -1,6 +1,7 @@ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Black] +; Set the color scheme to a modified version of Solarized Dark "Colour0"="131,148,150" "Colour1"="147,161,161" "Colour2"="24,24,24" @@ -22,4 +23,7 @@ Windows Registry Editor Version 5.00 "Colour18"="42,161,152" "Colour19"="147,161,161" "Colour20"="238,232,213" -"Colour21"="253,246,227" \ No newline at end of file +"Colour21"="253,246,227" + +; Enable numpad in Vim by disabling "Application Keypad Mode" +"NoApplicationKeys"=dword:00000001 diff --git a/putty/putty_solarized_dark.reg b/putty/putty_solarized_dark.reg index fd3cb4b..1588721 100644 --- a/putty/putty_solarized_dark.reg +++ b/putty/putty_solarized_dark.reg @@ -1,6 +1,7 @@ Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Dark] +; Set the color scheme to Solarized Dark "Colour0"="131,148,150" "Colour1"="147,161,161" "Colour2"="0,43,54" @@ -22,4 +23,7 @@ Windows Registry Editor Version 5.00 "Colour18"="42,161,152" "Colour19"="147,161,161" "Colour20"="238,232,213" -"Colour21"="253,246,227" \ No newline at end of file +"Colour21"="253,246,227" + +; Enable numpad in Vim by disabling "Application Keypad Mode" +"NoApplicationKeys"=dword:00000001 -- GitLab