We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dc1e8 commit 6826e72Copy full SHA for 6826e72
.vimrc
@@ -0,0 +1,11 @@
1
+" vimrc for til
2
+
3
+" In order for this file to be loaded by Vim, the main `.vimrc` file must
4
+" contain `set exrc` and optionally `set secure`. Without those lines, Vim
5
+" will ignore this file.
6
7
+function! CountTILs()
8
+ execute '%s/^- \[//n'
9
+endfunction
10
11
+nnoremap <leader>c :call CountTILs()<cr>
0 commit comments