vim: fix kernel style mapping
This commit is contained in:
parent
97c56c8afe
commit
38f1c62a4d
8
.vimrc
8
.vimrc
@ -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
|
||||
""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user