wezterm
This commit is contained in:
parent
3bcce0e8d8
commit
5931856a13
2 changed files with 8 additions and 2 deletions
|
@ -11,6 +11,8 @@ abbr la exa -lha
|
|||
abbr gs git status
|
||||
abbr gc git commit
|
||||
abbr gap git add -p
|
||||
abbr gps git push
|
||||
abbr gpl git pull
|
||||
|
||||
# Keybinds
|
||||
bind -k nul 'forward-char'
|
||||
|
|
|
@ -2,11 +2,15 @@ local wezterm = require 'wezterm'
|
|||
|
||||
return {
|
||||
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
|
||||
freetype_load_target = 'Light',
|
||||
freetype_render_target = 'HorizontalLcd',
|
||||
-- freetype_load_target = 'Light',
|
||||
-- freetype_render_target = 'HorizontalLcd',
|
||||
color_scheme = 'Catppuccin Mocha',
|
||||
window_background_opacity = 0.9,
|
||||
max_fps = 165,
|
||||
front_end = "WebGpu",
|
||||
webgpu_power_preference = "HighPerformance",
|
||||
initial_cols = 160,
|
||||
initial_rows = 48,
|
||||
window_padding = {
|
||||
left = 0,
|
||||
right = 0,
|
||||
|
|
Loading…
Reference in a new issue