;;; boon --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;; fgeller's workman port (WIP, contributions welcome)
;;; Code:
;; 'rf' is easier to type than 'rw'
;; eXpression
;; Contents
;; symbol
;; Row
;; Around
;; inZide
; bacK to marK
; quicK bacK to marK
;; Special keys
;; LEFT HAND
;; Top row
;; q
;; w,f
;; where is? find?
;; p
;; Pinpoint Place
;; Misc crap
; Play
;; g Gather/Go To
;; home row
;; a
; around
; swap
;; r
; replace
; Record
;; s
; splice
;; t
; "take"
; "treasure"
;; d
; "displace"
;; Bottom row
;; z
;; reserved (repeat?)
;; x
;; c
;; v
; 'v' looks like an insertion mark
;; b
;; RIGHT HAND: movement and marking commands.
;; Most of these are actually in the boon-moves-map; however some don't quite work there; so they end up here.
; hop
; Hop
;;; boon-workman.el ends here