Skip to content

Commit

Permalink
vimrc: Add KernelMode()
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiwell committed Dec 3, 2019
1 parent 4df0137 commit 46e2450
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ endfunction

call PasteModeOff()

function KernelMode()
set shiftwidth=8
set tabstop=8
set noexpandtab
endfunction

"-------------------------------------------------------------------------------
" Vundle: Plugin Manager
"--------------------------------------------------------------------------------
Expand Down

0 comments on commit 46e2450

Please sign in to comment.