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.o.relativenumber = true
|
||||
vim.o.number = true
|
||||
vim.o.shiftwidth = 8
|
||||
vim.o.tabstop = 8
|
||||
vim.o.expandtab = false
|
||||
|
||||
@@ -15,10 +15,10 @@ end
|
||||
|
||||
config.enable_tab_bar = false
|
||||
config.window_padding = {
|
||||
left = 15,
|
||||
right = 15,
|
||||
top = 15,
|
||||
bottom = 15,
|
||||
left = 0,
|
||||
right = 0,
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
}
|
||||
|
||||
config.font = wezterm.font("ComicShannsMono Nerd Font")
|
||||
|
||||
Reference in New Issue
Block a user