final tweaks to make new conf ready

This commit is contained in:
Kate 2025-05-22 23:15:58 +02:00
parent 65881e43aa
commit 18fd1c7a2a
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
-- Autocmds are automatically loaded on the VeryLazy event
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here
vim.api.nvim_create_autocmd("ColorScheme", {
pattern = "*",

View file

@ -88,7 +88,7 @@ config = {
--
font_overrides = {
miko = 10,
hinata = 16,
hinata = 15,
valere = 12,
utol = 13,
trailblazer = 11,

View file

@ -137,7 +137,7 @@ keybinds clear-defaults=true {
SwitchToMode "locked"
}
}
shared_amon "normal" "tab" {
shared_among "normal" "tab" {
bind "1" { GoToTab 1; SwitchToMode "locked"; }
bind "2" { GoToTab 2; SwitchToMode "locked"; }
bind "3" { GoToTab 3; SwitchToMode "locked"; }