save
This commit is contained in:
@@ -20,6 +20,7 @@ vim.keymap.set({ 'n', 'v', 'x' }, '<leader>d', '"+d<CR>')
|
|||||||
vim.keymap.set({ 'n', 'v', 'x' }, '<leader>y', '"+y<CR>')
|
vim.keymap.set({ 'n', 'v', 'x' }, '<leader>y', '"+y<CR>')
|
||||||
|
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
|
vim.o.number = true
|
||||||
vim.o.shiftwidth = 8
|
vim.o.shiftwidth = 8
|
||||||
vim.o.tabstop = 8
|
vim.o.tabstop = 8
|
||||||
vim.o.expandtab = false
|
vim.o.expandtab = false
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ end
|
|||||||
|
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
config.window_padding = {
|
config.window_padding = {
|
||||||
left = 15,
|
left = 0,
|
||||||
right = 15,
|
right = 0,
|
||||||
top = 15,
|
top = 0,
|
||||||
bottom = 15,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
config.font = wezterm.font("ComicShannsMono Nerd Font")
|
config.font = wezterm.font("ComicShannsMono Nerd Font")
|
||||||
@@ -27,4 +27,4 @@ config.font_size = 20.0
|
|||||||
config.front_end = "WebGpu"
|
config.front_end = "WebGpu"
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
Reference in New Issue
Block a user