;;; boon-colemak-dhm.el --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;; 'rf' is easier to type than 'rw'
;; Around
;; Row
;; symbol
;; inZide
;; eXpression
;; Contents
; bacK to marK
;; Special keys
;; LEFT HAND
;; Top row
;; q
;; w,f
;; where is? find?
;; p
;; Pinpoint Place
;; Misc crap
; Play
;; g
;; home row
;; a
;; r
;; s
;; t
; "treasure"
;; d
;; Bottom row
;; z
;; x
;; c
;; v
;; b
;; RIGHT HAND: movement and marking commands.
;; Most of the moves are in boon-moves-map. Yet some moves do not work
;; as selectors, so they are put in the boon-command-map instead.
;;; boon-colemak-dhm.el ends here