From 2135fa32813479d490dbfef3d18f92a28f4b81f6 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 6 Apr 2018 00:19:46 +0200 Subject: Added command to add all buffers to the argument list --- vimrc-full | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc-full b/vimrc-full index a042e91..d7eb363 100644 --- a/vimrc-full +++ b/vimrc-full @@ -700,6 +700,7 @@ let g:signify_cursorhold_insert = 0 let g:signify_cursorhold_normal = 0 let g:signify_update_on_bufenter = 0 let g:signify_update_on_focusgained = 0 +let g:signify_sign_show_count = 1 " BUFEXPLORER: | " a buffer to list all buffers has the advantage, that default /-searches work in there Plug 'jlanzarotta/bufexplorer' @@ -973,6 +974,7 @@ autocmd FileType c,cpp,objc map = :pyf /usr/share/clang/clang-format.py " found this command instead (use as PAGER): " man -P 'nvim -R -u NORC -c":%!col -b" -c":set buftype=nowrite filetype=man" -' ls +command BufToArg :exec ':args '.join(map(range(0, bufnr('$')), 'fnameescape(fnamemodify(bufname(v:val), ":."))')) "======================================================================================================================= call plug#end() | " all plugins are getting loaded on this line, don't remove! -- cgit v1.2.3