dotfiles: sync from prime
This commit is contained in:
@@ -28,6 +28,7 @@ end
|
|||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
hs.window.animationDuration = 0
|
hs.window.animationDuration = 0
|
||||||
window = hs.getObjectMetatable("hs.window")
|
window = hs.getObjectMetatable("hs.window")
|
||||||
|
window.animationDuration = 0
|
||||||
|
|
||||||
-- +-----------------+
|
-- +-----------------+
|
||||||
-- | | |
|
-- | | |
|
||||||
|
|||||||
@@ -1488,6 +1488,32 @@
|
|||||||
"ignore": false,
|
"ignore": false,
|
||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": []
|
"simple_modifications": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": false,
|
||||||
|
"is_pointing_device": true,
|
||||||
|
"product_id": 49282,
|
||||||
|
"vendor_id": 1133
|
||||||
|
},
|
||||||
|
"ignore": true,
|
||||||
|
"manipulate_caps_lock_led": false,
|
||||||
|
"simple_modifications": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"disable_built_in_keyboard_if_exists": false,
|
||||||
|
"fn_function_keys": [],
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": false,
|
||||||
|
"product_id": 49282,
|
||||||
|
"vendor_id": 1133
|
||||||
|
},
|
||||||
|
"ignore": false,
|
||||||
|
"manipulate_caps_lock_led": false,
|
||||||
|
"simple_modifications": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fn_function_keys": [
|
"fn_function_keys": [
|
||||||
|
|||||||
@@ -29,13 +29,9 @@ set -g window-status-style fg=colour244,bg=default
|
|||||||
set -g window-status-current-style fg=colour166,bg=default
|
set -g window-status-current-style fg=colour166,bg=default
|
||||||
set -g message-style fg=colour166,bg=colour235
|
set -g message-style fg=colour166,bg=colour235
|
||||||
|
|
||||||
# set -g window-status-format " #W "
|
|
||||||
# set -g window-status-current-format " #W "
|
|
||||||
|
|
||||||
set -g window-status-format " ━━━ "
|
set -g window-status-format " ━━━ "
|
||||||
set -g window-status-current-format " ━━━ "
|
set -g window-status-current-format " ━━━ "
|
||||||
|
|
||||||
|
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
set -g status-justify centre
|
set -g status-justify centre
|
||||||
@@ -58,6 +54,8 @@ bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy" # Yank select
|
|||||||
bind-key -T copy-mode-vi 'K' send -X halfpage-up
|
bind-key -T copy-mode-vi 'K' send -X halfpage-up
|
||||||
bind-key -T copy-mode-vi 'J' send -X halfpage-down
|
bind-key -T copy-mode-vi 'J' send -X halfpage-down
|
||||||
|
|
||||||
|
bind N new-session
|
||||||
|
|
||||||
# => Plugins
|
# => Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|||||||
Reference in New Issue
Block a user