aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-12-07 22:26:48 +0100
committerTeddy Wing2023-12-07 22:40:24 +0100
commitb988faedc985ed08aaf5bb34f67af2b2f270cf16 (patch)
tree3c0c35faca500778a60a49c2c741989004898d1d
parentfbc9060f8aa60132c3562ff01b79c48686122f51 (diff)
downloaddotvim-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.vim1
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>