table-cell-bindings
table-cell-bindings is a variable defined in `
table.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Bindings for table cell commands.
Value:
(([(control i)]
. table-forward-cell)
([(control I)]
. table-backward-cell)
([tab]
. table-forward-cell)
([(shift backtab)]
. table-backward-cell)
([(shift iso-lefttab)]
. table-backward-cell)
([(shift tab)]
. table-backward-cell)
([return]
. *table--cell-newline)
([(control m)]
. *table--cell-newline)
([(control j)]
. *table--cell-newline-and-indent)
([mouse-3]
. *table--present-cell-popup-menu)
([(control 62)]
. table-widen-cell)
([(control 60)]
. table-narrow-cell)
([(control 125)]
. table-heighten-cell)
([(control 123)]
. table-shorten-cell)
([(control 45)]
. table-split-cell-vertically)
([(control 124)]
. table-split-cell-horizontally)
([(control 42)]
. table-span-cell)
([(control 43)]
. table-insert-row-column)
([(control 33)]
. table-fixed-width-mode)
([(control 35)]
. table-query-dimension)
([(control 94)]
. table-generate-source)
([(control 58)]
. table-justify))