Skip to content

Instantly share code, notes, and snippets.

@kana
Created May 24, 2009 12:51
Show Gist options
  • Save kana/117084 to your computer and use it in GitHub Desktop.
Save kana/117084 to your computer and use it in GitHub Desktop.
edit k
append
vim: set nrformats=hex number :
.
write
edit
setlocal nrformats? number? " ==> nrformats=hex number
split
setlocal nrformats=
%substitute/number/nonumber/
write
setlocal nrformats? number? " ==> nrformats= number
edit j
edit k
setlocal nrformats? number? " ==> nrformats= nonumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment