From 7210acb9bc8a5a86713de4a30855ed4522e695a4 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 9 Apr 2025 20:57:14 -0600 Subject: Add visual mapping for formatting lines. --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 7a197bf..e7b2bab 100644 --- a/init.vim +++ b/init.vim @@ -99,6 +99,7 @@ noremap sTERM noremap Y y$ " Format code. This is +vnoremap ú :FormatLines noremap ú lua run_format_code() " Synstack to help profile syntax highlighting issues. -- cgit