Skip to content

Commit

Permalink
vimrc add map <C-O> :call OldTabs()
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Efimov committed Jun 10, 2022
1 parent f793d3d commit 209deaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,4 @@ function OldTabs()
:set noexpandtab
:match ExtraWhitespace /\s\+$\| \+\ze\t\|^\t*\zs \+/
endfunction
map <C-O> :call OldTabs()

0 comments on commit 209deaa

Please sign in to comment.