better marks

This commit is contained in:
Christoph J. Scherr 2023-08-22 17:29:04 +02:00
parent 14bddd1308
commit 5faff271b5
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 5 additions and 0 deletions

View File

@ -149,3 +149,8 @@ syntax region cBackTickNoSpell start=+`+ end=+`+
syntax region cRusDocCommentNoSpell start=+//!+ end='\z1' contained extend
\ contained containedin=cComment,cCommentL transparent
\ contains=@NoSpell
" stuff for marks
" jump to the given mark with <#> instead of `, i have a qwertz keyboard
nmap # `
vmap # `