summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-10-26 13:21:36 -0700
committerJesse Luehrs <doy@tozt.net>2017-10-26 13:30:57 -0700
commitb80511162738f3f50c551a788208461078c2ff8a (patch)
tree20466784d4b4b70ae0e4b7675b125da36fed5eff /vimrc
parentae15cdbcfd013373cf8ae8c994c737db10f261da (diff)
downloadconf-b80511162738f3f50c551a788208461078c2ff8a.tar.gz
conf-b80511162738f3f50c551a788208461078c2ff8a.zip
add another denite mapping for lines in the file
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 53afb15..8ceea72 100644
--- a/vimrc
+++ b/vimrc
@@ -617,6 +617,7 @@ nnoremap <silent>b :Denite -direction=dynamictop buffer<CR>
nnoremap <silent>ff :Denite -direction=dynamictop grep:.::!<CR>
nnoremap <silent>fh :Denite -direction=dynamictop help<CR>
nnoremap <silent>ft :Denite -direction=dynamictop filetype<CR>
+nnoremap <silent>f/ :Denite -direction=dynamictop line<CR>
" }}}
" ft-bzl
" git