]> git.nbdom.net Git - nb.git/commitdiff
etc/vim/source/map.vim
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 11 Dec 2022 17:08:11 +0000 (18:08 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 11 Dec 2022 17:08:11 +0000 (18:08 +0100)
etc/vim/source/map.vim

index b16374ef2aeeb4c951f1f1e5be040a49b2c023b9..ef9968b2abb7437b60f3e3b70b9bc0b25c03a4e0 100644 (file)
@@ -20,7 +20,8 @@ map <C-b> :bp<C-M>
 
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " F5 - Comment
-" map <F5> o<C-R>=FileGet('c').' '.$USER_INITIALS.': '.strftime('%d.%m.%y').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
-map <F5> o<C-R>=FileGet('c').' '.FileGet('me_now').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+map <F5> :call CommentNewLine()<CR>
 vmap <F5> :call CommentToggle()<CR>
-"vmap <F5> :call FileCommentToggle()<CR>
+" map <F5> o<C-R>=FileGet('c').' '.$USER_INITIALS.': '.strftime('%d.%m.%y').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+" NB 11.12.22 map <F5> o<C-R>=FileGet('c').' '.FileGet('me_now').': foo '.FileGet('cEnd')<CR><Esc>?foo<CR>cw
+" NB 11.12.22 vmap <F5> :call FileCommentToggle()<CR>