Add org table keybinds under SPC m b
This commit is contained in:
parent
a308f1a914
commit
a7b31eab21
1 changed files with 7 additions and 0 deletions
|
@ -623,9 +623,16 @@ between the two."
|
||||||
(:prefix ("b" . "tables")
|
(:prefix ("b" . "tables")
|
||||||
"-" #'org-table-insert-hline
|
"-" #'org-table-insert-hline
|
||||||
"a" #'org-table-align
|
"a" #'org-table-align
|
||||||
|
"b" #'org-table-blank-field
|
||||||
"c" #'org-table-create-or-convert-from-region
|
"c" #'org-table-create-or-convert-from-region
|
||||||
|
"dc" #'org-table-delete-column
|
||||||
|
"dr" #'org-table-kill-row
|
||||||
"e" #'org-table-edit-field
|
"e" #'org-table-edit-field
|
||||||
|
"f" #'org-table-edit-formulas
|
||||||
"h" #'org-table-field-info
|
"h" #'org-table-field-info
|
||||||
|
"s" #'org-table-sort-lines
|
||||||
|
"r" #'org-table-recalculate
|
||||||
|
"R" #'org-table-recalculate-buffer-tables
|
||||||
(:when (featurep! +gnuplot)
|
(:when (featurep! +gnuplot)
|
||||||
"p" #'org-plot/gnuplot))
|
"p" #'org-plot/gnuplot))
|
||||||
(:prefix ("c" . "clock")
|
(:prefix ("c" . "clock")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue