diff options
Diffstat (limited to 'init.vim')
-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. |