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 gs git status
|
||||||
abbr gc git commit
|
abbr gc git commit
|
||||||
abbr gap git add -p
|
abbr gap git add -p
|
||||||
|
abbr gps git push
|
||||||
|
abbr gpl git pull
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
bind -k nul 'forward-char'
|
bind -k nul 'forward-char'
|
||||||
|
|
|
@ -2,11 +2,15 @@ local wezterm = require 'wezterm'
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
|
font = wezterm.font 'JetBrainsMono Nerd Font Mono',
|
||||||
freetype_load_target = 'Light',
|
-- freetype_load_target = 'Light',
|
||||||
freetype_render_target = 'HorizontalLcd',
|
-- freetype_render_target = 'HorizontalLcd',
|
||||||
color_scheme = 'Catppuccin Mocha',
|
color_scheme = 'Catppuccin Mocha',
|
||||||
window_background_opacity = 0.9,
|
window_background_opacity = 0.9,
|
||||||
max_fps = 165,
|
max_fps = 165,
|
||||||
|
front_end = "WebGpu",
|
||||||
|
webgpu_power_preference = "HighPerformance",
|
||||||
|
initial_cols = 160,
|
||||||
|
initial_rows = 48,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 0,
|
left = 0,
|
||||||
right = 0,
|
right = 0,
|
||||||
|
|
Loading…
Reference in a new issue