Vim snippet add remap

This commit is contained in:
2024-09-16 06:18:16 +02:00
parent 04f7b17fd5
commit fdd52c7471

View File

@@ -1,5 +1,3 @@
snippet fun "Lua function" b
function ${1:name}()
$2
endfunction$0
snippet nnoremap "Normal mode remap" b
nnoremap ${1:<leader>key} $2$0
endsnippet