summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-types.el b/helm-types.el
index 3d751ebf..868e7974 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -167,6 +167,9 @@
'helm-buffer-switch-buffers-other-window
"Switch to buffer other frame `C-c C-o'"
'switch-to-buffer-other-frame
+ (lambda () (and (fboundp 'tab-bar-mode)
+ "Switch to buffer other tab `C-c C-t'"))
+ 'switch-to-buffer-other-tab
"Browse project `C-x C-d'"
'helm-buffers-browse-project
"Query replace regexp `C-M-%'"