From 02a97d7208781d5a5e9f97b8e32b0d896775ba7a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Feb 2026 17:42:54 -0500 Subject: [PATCH] correct fonts, neovim mappings --- config/nvim/after/ftplugin/fugitive.lua | 2 -- config/nvim/lua/plugins/fzf.lua | 4 ++-- config/nvim/lua/plugins/git.lua | 6 +++--- config/zen/user.js | 7 +++++++ config/zen/userChrome.css | 1 + 5 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 config/nvim/after/ftplugin/fugitive.lua diff --git a/config/nvim/after/ftplugin/fugitive.lua b/config/nvim/after/ftplugin/fugitive.lua deleted file mode 100644 index bf9e866..0000000 --- a/config/nvim/after/ftplugin/fugitive.lua +++ /dev/null @@ -1,2 +0,0 @@ -bmap({ 'n', 'Gh', 'diffget //2' }) -bmap({ 'n', 'Gl', 'diffget //3' }) diff --git a/config/nvim/lua/plugins/fzf.lua b/config/nvim/lua/plugins/fzf.lua index 24779b0..23181b8 100644 --- a/config/nvim/lua/plugins/fzf.lua +++ b/config/nvim/lua/plugins/fzf.lua @@ -69,8 +69,8 @@ return { 'fs', 'FzfLua files cwd=~/.config/nix/scripts', }, - { 'GB', 'FzfLua git_branches' }, - { 'Gb', 'FzfLua git_worktrees' }, + { 'gB', 'FzfLua git_branches' }, + { 'gb', 'FzfLua git_worktrees' }, { 'gq', 'FzfLua quickfix' }, { 'gl', 'FzfLua loclist' }, }, diff --git a/config/nvim/lua/plugins/git.lua b/config/nvim/lua/plugins/git.lua index 9ae8e53..8163c9c 100644 --- a/config/nvim/lua/plugins/git.lua +++ b/config/nvim/lua/plugins/git.lua @@ -31,9 +31,9 @@ return { ---@type snacks.Config opts = { gitbrowse = {} }, keys = { - { 'Go', 'lua Snacks.gitbrowse()' }, - { 'Gi', 'lua Snacks.picker.gh_issue()' }, - { 'Gp', 'lua Snacks.picker.gh_pr()' }, + { 'go', 'lua Snacks.gitbrowse()' }, + { 'gi', 'lua Snacks.picker.gh_issue()' }, + { 'gp', 'lua Snacks.picker.gh_pr()' }, }, }, } diff --git a/config/zen/user.js b/config/zen/user.js index 00c406c..65b3482 100644 --- a/config/zen/user.js +++ b/config/zen/user.js @@ -10,3 +10,10 @@ user_pref("zen.view.compact.hide-toolbar", true); user_pref("zen.view.compact.toolbar-hide-after-hover.duration", 0); user_pref("zen.view.experimental-no-window-controls", true); user_pref("zen.workspaces.continue-where-left-off", true); + +user_pref("font.name.serif.x-western", "Times New Roman"); +user_pref("font.name.sans-serif.x-western", "SF Pro Display"); +user_pref("font.name.monospace.x-western", "Berkeley Mono"); +user_pref("font.name.serif.x-math", "STIX Two Math"); +user_pref("font.name-list.serif.x-math", "STIX Two Math, Latin Modern Math, Times New Roman"); +user_pref("font.default.x-western", "sans-serif"); diff --git a/config/zen/userChrome.css b/config/zen/userChrome.css index b201494..88cad23 100644 --- a/config/zen/userChrome.css +++ b/config/zen/userChrome.css @@ -48,3 +48,4 @@ zen-workspace[active] tab:not([zen-glance-tab="true"]) { #zen-media-controls-toolbar { display: none !important; } +