misc tweaks: skhd bnpf bindings, neovim/doom/fish fixes
- skhd: remap window nav/move/resize/stack from hjkl to Emacs-style bnpf; remap fullscreen/zoom to m, borders to o, prev/next space to [/]; add super-z to open emacsclient - neovim: fix catppuccin integration key (neo_tree -> neotree) so init loads without the "module not found" traceback - doom: disable lispy/objed/parinfer modules - fish: add ~/.bun/bin to PATH Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -105,6 +105,9 @@
|
||||
if test -z "$LC_ALL"
|
||||
set -gx LC_ALL en_US.UTF-8
|
||||
end
|
||||
|
||||
# Bun global bin directory
|
||||
fish_add_path -g $HOME/.bun/bin
|
||||
'';
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
gitsigns = true,
|
||||
treesitter = true,
|
||||
telescope = { enabled = true },
|
||||
neo_tree = true,
|
||||
neotree = true,
|
||||
indent_blankline = { enabled = true },
|
||||
native_lsp = { enabled = true },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user