Compare commits

...

4 Commits

Author SHA1 Message Date
Dmitry Chumak
a3c78dfcba [alacritty] fontsize conflict fix 2025-05-25 23:20:05 +03:00
Dmitry Chumak
622ae698cd Merge branch 'master' of git.venya.tech:mega_venik/dotfiles 2025-05-25 23:19:26 +03:00
Dmitry Chumak
6a20ac709a [alacritty] fontsize increase + mac docs 2025-05-25 23:18:57 +03:00
Dmitry Chumak
386257dd6e [tmux] #3 command prompt color fix 2025-05-25 23:18:05 +03:00
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ history = 0
multiplier = 3
[font]
size = 12
size = 14
# use_thin_strokes = true
# on mac - https://petar.dev/notes/crisp-fonts-alacritty/
@@ -74,6 +74,10 @@ bindings = [
{ key = "C", mods = "Command", chars = "\u0003" },
{ key = "D", mods = "Command", chars = "\u0004" },
{ key = "E", mods = "Command", chars = "\u0005" },
# to make Command-H work in MacOS one need to go to
# Settings > keyboard > Hotkeys > Apps' hotkeys
# and create some other hotkey for Alacritty's
# "Hide alacritty"
{ key = "H", mods = "Command", chars = "\u0008" },
{ key = "I", mods = "Command", chars = "\u0009" },
{ key = "J", mods = "Command", chars = "\u000a" },

View File

@@ -71,7 +71,7 @@ bind -T copy-mode-emacs C-WheelDownPane send-keys -X halfpage-down
# color status bar
set -g status-style fg=white,bg=colour235
# color of message bar
set -g message-style fg=white,bold,bg=green
set -g message-style fg=black,bold,bg=colour107
# highlight current window
setw -g window-status-style fg=cyan,bg=colour235