Skip to content

Instantly share code, notes, and snippets.

@chergert
Created March 6, 2015 20:41
Show Gist options
  • Save chergert/2cfdab923b432c07e0ae to your computer and use it in GitHub Desktop.
Save chergert/2cfdab923b432c07e0ae to your computer and use it in GitHub Desktop.
example for reindent using builder's keybindings
bind "exclam" { "push-selection" ()
"movement" (first-char, 0, 1, 0)
"movement" (first-nonspace-char, 1, 1, 0)
"delete-selection" ()
"auto-indent" ()
"pop-selection" () } ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment