Add flip tree keybind, change centaur-tabs move tab keybind
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -83,6 +83,12 @@ ctrl + alt + {h,j,k,l}
|
||||
ctrl + alt + {Left,Down,Up,Right}
|
||||
bspc node -v {-30 0, 0 30, 0 -30, 30 0}
|
||||
|
||||
# Flip the tree from the current nodes parent
|
||||
super + alt + {comma,period}
|
||||
bspc node @parent -F {vertical,vertical}
|
||||
super + alt + 6
|
||||
bspc node @parent -F horizontal
|
||||
|
||||
#-- Resize --#
|
||||
|
||||
# Expand node by moving its side outward
|
||||
|
||||
@@ -42,7 +42,7 @@ super + {F2,F3}
|
||||
|
||||
# Screen record
|
||||
ctrl + @Print
|
||||
$HOME/.scripts/alias.sh screencast "$CAPTURE/$(date '+%Y-%m-%d-%H%M%S_1500x1000_screencast')"
|
||||
alias.sh screencast "$CAPTURE/$(date '+%Y-%m-%d-%H%M%S_1500x1000_screencast')"
|
||||
|
||||
# Volume
|
||||
XF86Audio{LowerVolume,RaiseVolume,Mute}
|
||||
|
||||
Reference in New Issue
Block a user