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:
2026-05-25 19:17:22 +08:00
parent d9d4da8d0b
commit d0047a1c7b
4 changed files with 47 additions and 38 deletions
+3
View File
@@ -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
'';
# ═══════════════════════════════════════════════════════════════════════════