From c6abff363ab9574675c86cb002fe76bd0a3961e6 Mon Sep 17 00:00:00 2001 From: Clayton Parker Date: Tue, 23 Jun 2020 10:28:26 -0400 Subject: [PATCH] word wrap in vscode --- vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/settings.json b/vscode/settings.json index 4e5c7f3..a37a12e 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -71,6 +71,7 @@ "commands": ["workbench.action.splitEditorDown"] }, ], + "editor.wordWrap": "on", // "vim.normalModeKeyBindingsNonRecursive": [ // { // "before": ["j"],