mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Migrate Neovim to lazy.nvim and update dotfiles
- Neovim:
- Migrate from vim-plug to lazy.nvim.
- Refactor config (`init.lua`, `config.vim`).
- Replace Coq with blink.cmp, add CodeCompanion.
- Fish:
- Add aliases (`cl`, `ai`), env vars (`ANDROID_HOME`, `PYENV`).
- Update keybindings and conditional tool initialization (starship, zoxide, fzf, pyenv).
- Refine ASDF/Homebrew setup.
- Git: Add aliases (`rs`, `rss`, `ap`).
- Other: Update SKHD bindings and WezTerm path/settings.
This commit is contained in:
parent
4d4e715cb1
commit
b55aab8a89
11 changed files with 436 additions and 3066 deletions
6
.skhdrc
6
.skhdrc
|
|
@ -1,5 +1,5 @@
|
|||
# open terminal
|
||||
cmd - return : /usr/local/bin/wezterm-gui start
|
||||
cmd - return : /Applications/WezTerm.app/Contents/MacOS/wezterm-gui
|
||||
|
||||
# open web browser
|
||||
shift + cmd - return : /Applications/Firefox.app/Contents/MacOS/firefox
|
||||
|
|
@ -50,8 +50,8 @@ cmd + alt - w : yabai -m space --destroy
|
|||
|
||||
# fast focus desktop
|
||||
cmd + alt - x : yabai -m space --focus recent
|
||||
cmd + alt - z : yabai -m space --focus prev
|
||||
cmd + alt - c : yabai -m space --focus next
|
||||
cmd - 0x21 : yabai -m space --focus prev
|
||||
cmd - 0x1E : yabai -m space --focus next
|
||||
cmd + alt - 1 : yabai -m space --focus 1
|
||||
cmd + alt - 2 : yabai -m space --focus 2
|
||||
cmd + alt - 3 : yabai -m space --focus 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue