X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=blobdiff_plain;f=ian-notes.org;h=2b373f165818f61076613440838329275bd7931a;hp=347b3db1ea823de515c8cc1f640d8572f9807712;hb=HEAD;hpb=6b38c0bb4470a51f8b1f70ff9dcbf37f18a19429 diff --git a/ian-notes.org b/ian-notes.org index 347b3db..4ec8e73 100644 --- a/ian-notes.org +++ b/ian-notes.org @@ -1249,6 +1249,7 @@ clicking on info links speedbar-hide-button-brackets-flag nil) #+end_src +* TODO look into session saving * TODO investigate modes i had installed, but removed due to not using: inf-ruby jedi @@ -1803,84 +1804,87 @@ plan to use calc. * keybind tables - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | left primary | C- | M- | C-M- | C-S- | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | 2 | copy-symbol | shell-cd-to-file | --- | | - | 3 | dot-mode-execute | | recenter-top-bottom | | - | q | org-cycle, comint previous arg | org-archive-to-archive-sibling | quoted-insert | | - | w | goto-t.org | org-clock-in | | | - | e | copy-line | org-clock-in-last | | | - | r | isearch-backward | org-clock-out | | | - | a | copy-all | | | | - | s | C-x prefix | | split-window-vertically | | - | d | C-c prefix | | swap buffer | | - | f | kill-whole-line | print-var-at-point | kill rest of line | | - | g | other-window / cancel | abort-recursive-edit | gnus | | - | z | undo-tree-undo | | | | - | x | kill-region | append-next-kill | append-next-kill | | - | c | copy | org-capture | copy-to-register | | - | v | yank | insert-register | yank pop | | - | b | delete-other-windows | isearch-backward-current-symbol | isearch-current-symbol | | - | tab | yas-insert-snippet | indent line | | | - | delete | kill-symbol | | kill-sexp | | - | left-arrow | compile | | org-shiftup | | - | right-arrow | paste selection | | org-shiftdown | | - | backspace | backward-kill-symbol | | backward-kill-sexp | | - | f7 | | | | | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | right primary | C- | M- | C-M- | C-S- | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | * | split-window-horizontally | | calc-dispatch | | - | 9 | delete-window-or-exit | kill-buffer-and-window | kill client buffer | | - | u | universal-argument | | search-keybind | | - | i | ----- | | query-replace-regexp | | - | o | occur | | counsel-imenu | | - | p | move-mouse-to-point | | delete-horizontal-space | | - | j | pop-to-mark | previous-error | register prefix | | - | k | jump to register | next-error | man | | - | l | ivy-switch-buffer | | move cursor top bottom mid | | - | ; | comment-dwim | comment-dwim | comment-current-line-dwim | | - | m | | | recursive grep | | - | , | counsel-find-file | | find-file-in-project | | - | . | recentf-ido-find-file | | - | | - | / | join lines | | copy-variable | | - | 8 | calc-embedded-word | | | | - | up-arrow | back defun/headline | | | winner undo | - | down-arrow | forward dfun/headline | | toggle-mark-activation | smex-major-mode-commands | - | lbracket | ---- | | scroll-right | | - | rbracket | fill-paragraph | | scroll-left | | - | return | newline next line | non-indented newline | open newline on previous line | | - | space | org-edit-special | | spell check word | | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | left secondary | C- | M- | C-M- | C-S- | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | = | | | | | - | 1 | | | | | - | 4 | | | widen | | - | 5 | | | | | - | tab-key | query-replace | | | | - | t | org change todo state | | org insert timestamp | | - | home | start of buffer | | | | - | end | end of buffer | | | | - | f9 | | | | | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | right secondary | C- | M- | C-M- | C-S- | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| - | 6 | save-buffers-kill-emacs | | insert-small-copyright | | - | 7 | | | insert-full-copyright | | - | 0 | text-scale-reset | | insert-apache | | - | - | | | org-edit-src-exit | | - | y | undo-tree-redo | | | | - | \ | sr-speedbar-toggle | | mark-defun | | - | h | help-prefix | | | | - | ' | eval-expression | | | | - | n | unpop-to-mark-command | | narrow-to-region | | - | rshift | | | | | - | escape | find-tag | | | | - |-----------------+--------------------------------+---------------------------------+-------------------------------+--------------------------| + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | left primary | C- | M- | C-M- | C-S- | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | 2 | copy-symbol | shell-cd-to-file | --- | | + | 3 | dot-mode-execute | | recenter-top-bottom | | + | q | mode specific | org-archive-... | quoted-insert | | + | w | find-file | org-clock-in | | | + | e | copy-line | org-clock-in-last | | | + | r | isearch-backward | org-clock-out | | | + | a | copy-all | | | | + | s | C-x prefix | | split-window-vertically | | + | d | C-c prefix | run | swap buffer | | + | f | kill-whole-line | print-var-at-point | kill rest of line | | + | g | other-window / cancel | abort-recursive-edit | gnus | | + | z | undo-tree-undo | | | | + | x | kill-region | append-next-kill | append-next-kill | | + | c | copy | org-capture | copy-to-register | | + | v | yank | insert-register | yank pop | | + | b | delete-other-windows | search back symbol | isearch-current-symbol | | + | tab | --- | indent line | | | + | delete | kill-symbol | | kill-sexp | | + | left-arrow | backward-symbol | | org-shiftup | | + | right-arrow | forward-symbol | | org-shiftdown | | + | backspace | backward-kill-symbol | | backward-kill-sexp | | + | f7 | | | | | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | right primary | C- | M- | C-M- | C-S- | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | * | split-window-horizontally | | calc-dispatch | | + | 9 | delete-window-or-exit | kill-buffer-and-window | kill client buffer | | + | u | universal-argument | | search-keybind | | + | i | | | query-replace-regexp | | + | o | occur | | counsel-imenu | | + | p | move-mouse-to-point | | delete-horizontal-space | | + | j | pop-to-mark | previous-error | register prefix | | + | k | jump to register | next-error | man | | + | l | ivy-switch-buffer | | cursor top bottom mid | | + | ; | comment-dwim | comment-dwim | comment line | | + | m | | | recursive grep | | + | , | counsel-find-file | | find-file-in-project | | + | . | recentf-ido-find-file | | - | | + | / | join lines | | copy-variable | | + | 8 | calc-embedded-word | | | | + | up-arrow | back defun/headline | | | winner undo | + | down-arrow | forward dfun/headline | | toggle-mark-activation | smex-major-mode | + | lbracket | ---- | | scroll-right | | + | rbracket | fill-paragraph | | scroll-left | | + | return | newline next line | newline plain | | | + | space | org-edit-special | | spell check word | | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | left secondary | C- | M- | C-M- | C-S- | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | = | | | | | + | 1 | | | | | + | 4 | | | widen | | + | 5 | | | | | + | tab-key | query-replace | | | | + | t | org change todo state | | org insert timestamp | | + | home | start of buffer | | | | + | end | end of buffer | | | | + | f9 | | | | | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | right secondary | C- | M- | C-M- | C-S- | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| + | 6 | | | insert-small-copyright | save-buffers-kill-emacs | + | 7 | | | insert-full-copyright | | + | 0 | text-scale-reset | | insert-apache | | + | - | | | org-edit-src-exit | | + | y | undo-tree-redo | | | | + | \ | sr-speedbar-toggle | | mark-defun | | + | h | help-prefix | | | | + | ' | eval-expression | | | | + | n | unpop-to-mark-command | | narrow-to-region | | + | rshift | | | | | + | escape | find-tag | | | | + |-----------------+---------------------------+------------------------+-------------------------+-------------------------| * keybind notes +todo: + + common keys, which would be better off doing swaps than rebinds: c-x prefix -> c-s c-c prefix -> c-d @@ -1899,7 +1903,6 @@ occur command to make more accessible, ... - * TESTING / DEVELOPMENT AREA (defun comint-send-string (process string)