From 77e8e0b88bd51334a799a4a31d7d0447f585ef97 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke <github@qwertyuiop.de> Date: Sat, 27 Jul 2024 01:05:40 +0200 Subject: [PATCH] codelines: change binding in scala to <C-/> --- after/ftplugin/scala.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/scala.vim b/after/ftplugin/scala.vim index ba52db4..94c88ca 100644 --- a/after/ftplugin/scala.vim +++ b/after/ftplugin/scala.vim @@ -1,4 +1,4 @@ -imap //< <Plug>(codelines-close)<CR> +imap <C-/> <Plug>(codelines-close)<CR> map <silent> <buffer> <leader>cl :call jobstart(['codelines', '.'])<cr> set tw=120