diff options
author | Teddy Wing | 2023-12-07 22:26:48 +0100 |
---|---|---|
committer | Teddy Wing | 2023-12-07 22:40:24 +0100 |
commit | b988faedc985ed08aaf5bb34f67af2b2f270cf16 (patch) | |
tree | 3c0c35faca500778a60a49c2c741989004898d1d | |
parent | fbc9060f8aa60132c3562ff01b79c48686122f51 (diff) | |
download | dotvim-b988faedc985ed08aaf5bb34f67af2b2f270cf16.tar.bz2 |
after/plugin/prr_ui.vim: Add mapping to `PrrComment`
Add a new mapping to quickly comment on a line.
-rw-r--r-- | after/plugin/prr_ui.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/plugin/prr_ui.vim b/after/plugin/prr_ui.vim new file mode 100644 index 0000000..78b6268 --- /dev/null +++ b/after/plugin/prr_ui.vim @@ -0,0 +1 @@ +nnoremap <leader>vc :PrrComment<CR> |