dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

standard.talon (625B)


      1 #(jay son | jason ): "json"
      2 #(http | htp): "http"
      3 #tls: "tls"
      4 #M D five: "md5"
      5 #word (regex | rejex): "regex"
      6 #word queue: "queue"
      7 #word eye: "eye"
      8 #word iter: "iter"
      9 #word no: "NULL"
     10 #word cmd: "cmd"
     11 #word dup: "dup"
     12 #word shell: "shell".
     13 zoom in: edit.zoom_in()
     14 zoom out: edit.zoom_out()
     15 scroll up: edit.page_up()
     16 scroll down: edit.page_down()
     17 copy that: edit.copy()
     18 cut that: edit.cut()
     19 paste that: edit.paste()
     20 undo that: edit.undo()
     21 redo that: edit.redo()
     22 paste match: edit.paste_match_style()
     23 file save: edit.save()
     24 wipe: key(backspace)    
     25 (pad | padding): 
     26 	insert("  ") 
     27 	key(left)
     28 slap:
     29 	edit.line_end()
     30 	key(enter)