[2024-10-17] tmux.conf and wezterm.lua
This commit is contained in:
parent
d6b161f2d6
commit
f5932c6b73
4
tmux/tmux.conf
Normal file
4
tmux/tmux.conf
Normal file
@ -0,0 +1,4 @@
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||
|
||||
set -g default-terminal 'wezterm'
|
12
wezterm/wezterm.lua
Normal file
12
wezterm/wezterm.lua
Normal file
@ -0,0 +1,12 @@
|
||||
local wezterm = require 'wezterm'
|
||||
local config = {}
|
||||
|
||||
config.color_scheme = 'GruvboxDark'
|
||||
config.font = wezterm.font 'JetBrains Mono'
|
||||
config.font_size = 13.0
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.window_decorations = "RESIZE"
|
||||
config.window_background_opacity = 1.0
|
||||
config.default_cursor_style = 'BlinkingBar'
|
||||
|
||||
return config
|
Loading…
x
Reference in New Issue
Block a user