;;; boon-dvorak.el --- An Ergonomic Command Mode -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;; Special keys
;; LEFT HAND
;; Top row
;; q
;; w,e
;; where is? elsewhere?
;; r
; print?
;; Misc crap
;; t
;; home row
;; a
;; s
;; d
;; f
;; g
;; Bottom row
;; z
;; x
;; c
;; v
;; 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.
;;; boon-dvorak.el ends here