diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2025-04-09 20:57:14 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2025-04-09 20:57:14 -0600 |
commit | 7210acb9bc8a5a86713de4a30855ed4522e695a4 (patch) | |
tree | f8b63af4189e269cd9a05ef62b42d39e66923ac1 | |
parent | 4f827b77f653ebdd8004e45cca5bbd00b129ba2b (diff) | |
download | config.vim-7210acb9bc8a5a86713de4a30855ed4522e695a4.tar.gz config.vim-7210acb9bc8a5a86713de4a30855ed4522e695a4.tar.bz2 config.vim-7210acb9bc8a5a86713de4a30855ed4522e695a4.zip |
Add visual mapping for formatting lines.
-rw-r--r-- | init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ noremap <C-w><C-S-t> <C-w>s<cmd>TERM<cr> noremap Y y$ " Format code. This is <AltGr-u> +vnoremap ú :FormatLines<cr> noremap ú <cmd>lua run_format_code()<cr> " Synstack to help profile syntax highlighting issues. |