diff --git a/.vimrc b/.vimrc index 2793e0d..aebc799 100644 --- a/.vimrc +++ b/.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 (see .vim/bundle/vim-snippets/snippets for available " snippets) " look at :help index @@ -440,12 +440,6 @@ map :NERDTreeToggle map :GitGutterSignsToggle map :GitGutterLineHighlightsToggle -"""""""""" -" KernelFormatting -"""""""""" - -nnoremap k :SetLinuxFormatting - """""""""" " LocalConfig """"""""""