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