Add flip tree keybind, change centaur-tabs move tab keybind

This commit is contained in:
Riyyi
2020-08-28 14:06:09 +02:00
parent ab0468adbc
commit 7dcb01093f
3 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -1435,8 +1435,8 @@ Set keybinds to functionality of installed packages.
(global-set-key (kbd "M-j") 'centaur-tabs-forward-group)
(global-set-key (kbd "M-k") 'centaur-tabs-backward-group)
(global-set-key (kbd "M-l") 'centaur-tabs-forward-tab)
(global-set-key (kbd "C-M-h") 'centaur-tabs-move-current-tab-to-left)
(global-set-key (kbd "C-M-l") 'centaur-tabs-move-current-tab-to-right)
(global-set-key (kbd "M-H") 'centaur-tabs-move-current-tab-to-left)
(global-set-key (kbd "M-L") 'centaur-tabs-move-current-tab-to-right)
(global-set-key (kbd "M-\`") 'evil-switch-to-windows-last-buffer)
(global-set-key (kbd "M-s") 'avy-goto-char-timer)