vim: fix kernel style mapping

This commit is contained in:
Mathieu Maret 2020-12-17 15:37:32 +01:00
parent 97c56c8afe
commit 38f1c62a4d
1 changed files with 1 additions and 7 deletions

8
.vimrc
View File

@ -26,7 +26,7 @@
" M-up/down vertical size
" gc comment/uncomment
" C-K indent selection
" \-k Set Kernel Coding style
" \-a Set Kernel Coding style
" Use snippets with tab e.g : for <tab> (see .vim/bundle/vim-snippets/snippets for available
" snippets)
" look at :help index
@ -440,12 +440,6 @@ map <F9> :NERDTreeToggle<CR>
map <M-F9> :GitGutterSignsToggle <CR>
map <S-F9> :GitGutterLineHighlightsToggle <CR>
""""""""""
" KernelFormatting
""""""""""
nnoremap <silent> <leader>k :SetLinuxFormatting<cr><cr>
""""""""""
" LocalConfig
""""""""""