Filter file instead of plugin
This commit is contained in:
parent
3454e39611
commit
c7b36e1e5d
1 changed files with 5 additions and 5 deletions
10
vimrc
10
vimrc
|
@ -50,16 +50,16 @@ nnoremap <F2> :call ACPActodoTodo()<CR>
|
|||
nnoremap <F3> :NERDTreeToggle<CR>
|
||||
nnoremap <F4> :vsplit<CR>
|
||||
nnoremap <F7> :call ACPToggleSpellEnUs()<CR>
|
||||
nnoremap <F9> :py3file /usr/share/clang/clang-format-*/clang-format.py<CR>
|
||||
nnoremap <F9> :%!clang-format<CR>
|
||||
nnoremap <Leader>B :bprevious<CR>
|
||||
nnoremap <Leader>b :bnext<CR>
|
||||
nnoremap <Leader>d <Plug>(coc-definition)
|
||||
nnoremap <S-F11> :call ACPToggleMargins()<CR>
|
||||
nnoremap <S-F2> :call ACPAdocTodo()<CR>
|
||||
nnoremap <S-F4> :split<CR>
|
||||
nnoremap <S-F7> :call ACPToggleSpellEnGb()<CR>
|
||||
nnoremap <S-F9> :%!clang-format --style=file<CR>
|
||||
|
||||
nnoremap <Leader>B :bprevious<CR>
|
||||
nnoremap <Leader>b :bnext<CR>
|
||||
nnoremap <Leader>d <Plug>(coc-definition)
|
||||
vnoremap <F9> :!clang-format<CR>
|
||||
|
||||
map <C-ScrollWheelDown> <C-F>
|
||||
map <C-ScrollWheelUp> <C-B>
|
||||
|
|
Loading…
Reference in a new issue