diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 17:00:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 17:00:34 +0900 |
| commit | 86cff1f2b16670e1cfc2d40b359c057c29025165 (patch) | |
| tree | f30d58401c5cde7b3ba085f982695c4ed9f1ba2e | |
| parent | 58d45f29562e95b6a1c7fafdf931aa83ba7fde03 (diff) | |
modified aerospace/aerospace.toml
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index 3804744..cf05f08 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -119,6 +119,7 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-r = 'exec-and-forget kitty -o close_on_child_death=yes -o confirm_os_window_close=0 --title "htop" -e htop' alt-s = 'exec-and-forget kitty -o close_on_child_death=yes -o confirm_os_window_close=0 --title "newsboat" -e newsboat' alt-t = 'exec-and-forget open -na "Microsoft Teams"' + alt-v = 'exec-and-forget kitty -o close_on_child_death=yes -o confirm_os_window_close=0 --title "vimwiki" -e env EDITOR="nvim -u ~/.config/nvim/init.lua" nvim -c VimwikiIndex 1' alt-w = 'exec-and-forget open -na Firefox' # See: https://nikitabobko.github.io/AeroSpace/commands#layout |
