浏览代码

Add the binding for org-table-wrap-region to orgtbl-mode

Carsten Dominik 13 年之前
父节点
当前提交
8b7f27959c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-table.el

+ 1 - 0
lisp/org-table.el

@@ -3898,6 +3898,7 @@ to execute outside of tables."
 	   ("\C-c\C-w"		 org-table-cut-region)
 	   ("\C-c\M-w"		 org-table-copy-region)
 	   ("\C-c\C-y"		 org-table-paste-rectangle)
+	   ("\C-c\C-w"           org-table-wrap-region)
 	   ("\C-c-"		 org-table-insert-hline)
 	   ("\C-c}"		 org-table-toggle-coordinate-overlays)
 	   ("\C-c{"		 org-table-toggle-formula-debugger)