aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/qf.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-13 10:38:22 +0800
committerGuangxiong Lin <[email protected]>2022-04-13 10:38:22 +0800
commitb258258e84d3111248f7bff311660192b766119a (patch)
tree5c3f14a99eb3a8357eb7cf202ea999143631c698 /.vim/after/ftplugin/qf.vim
parentb8f377c303c04acdd793eb4f13777c0347146f72 (diff)
downloaddotfiles-b258258e84d3111248f7bff311660192b766119a.tar.gz
dotfiles-b258258e84d3111248f7bff311660192b766119a.tar.bz2
dotfiles-b258258e84d3111248f7bff311660192b766119a.zip
Add quickfix plugin in vim
Diffstat (limited to '.vim/after/ftplugin/qf.vim')
-rw-r--r--.vim/after/ftplugin/qf.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/ftplugin/qf.vim b/.vim/after/ftplugin/qf.vim
new file mode 100644
index 0000000..85be735
--- /dev/null
+++ b/.vim/after/ftplugin/qf.vim
@@ -0,0 +1,2 @@
+nmap <buffer> [[ <Plug>(qf_older)
+nmap <buffer> ]] <Plug>(qf_newer)