if $WORK_COMPUTER
set number
endif
But then I came to like line numbers and just have 'em on all the time now.> nnoremap <C-n> :exe 'set nu!' &nu ? 'rnu!' : ''
:set nu!
Just toggle them off when you copy/paste, then on again. Takes a fraction of a second.Are you still using goto's ?