mirror of
https://github.com/hazemKrimi/dotfiles.git
synced 2026-05-01 18:20:27 +00:00
Update alacritty and tmux configs
This commit is contained in:
@@ -2,3 +2,15 @@
|
|||||||
program = "/usr/bin/tmux"
|
program = "/usr/bin/tmux"
|
||||||
[window]
|
[window]
|
||||||
startup_mode = "Maximized"
|
startup_mode = "Maximized"
|
||||||
|
[font]
|
||||||
|
[font.normal]
|
||||||
|
family = "0xProto Nerd Font"
|
||||||
|
style = "Regular"
|
||||||
|
|
||||||
|
[font.bold]
|
||||||
|
family = "0xProto Nerd Font"
|
||||||
|
style = "Bold"
|
||||||
|
|
||||||
|
[font.italic]
|
||||||
|
family = "0xProto Nerd Font"
|
||||||
|
style = "Italic"
|
||||||
|
|||||||
+4
-4
@@ -10,7 +10,7 @@ unbind %
|
|||||||
# map reload config
|
# map reload config
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
# remap switch panes
|
# remap switch panes
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-h select-pane -L
|
||||||
bind -n M-Right select-pane -R
|
bind -n M-l select-pane -R
|
||||||
bind -n M-Up select-pane -U
|
bind -n M-k select-pane -U
|
||||||
bind -n M-Down select-pane -D
|
bind -n M-j select-pane -D
|
||||||
|
|||||||
Reference in New Issue
Block a user