Skip to content

Commit

Permalink
Misc improvements for kitty, nvim, and monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 29, 2024
1 parent cd2554d commit 9f1e308
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,7 @@ prep-amethyst:

# act:
# ./act.sh

prep-monit:
which btop || brew install btop
which macmon || brew install vladkens/tap/macmon
1 change: 1 addition & 0 deletions kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ map cmd+0 goto_tab 10

map cmd+t launch --type=tab --cwd=current
map cmd+n launch --type=os-window --cwd=current
map cmd+enter launch --type=window --cwd=current

1 change: 1 addition & 0 deletions trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Other first aid key mappings or commands available in LunarVim:
- `<leader>+sr` to fuzzy find recent files
- `<leader>+sf` to fuzzy find files
- `<leader>+st` to grep text in files
- `<leader>+bf` to fuzzy find buffers
- 💤
- `<leader>+fr` to fuzzy find recent files
- `<leader>+ff` to fuzzy find files
Expand Down
24 changes: 18 additions & 6 deletions trees/uts-002G.tree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\tag{notes}
\tag{draft}

\note{useful key mappings for TUI}{
\note{useful tools and key mappings for TUI}{
\mdblock{Top bar}{
Setup:

Expand Down Expand Up @@ -47,12 +47,24 @@ Setup:

Keys:

- `Cmd + N` to open a new OS window with the same current directory
- `Cmd + T` to open a new tab with the same current directory
- `Cmd + number` to switch to tab number
- particularly useful for tiled windows, as SketchyBar will hide the tab bar
- `Cmd + w` to close the current tab
- OS Windows
- `Cmd + N` to open a new OS window with the same current directory
- Tabs
- `Cmd + T` to open a new tab with the same current directory
- `Cmd + number` to switch to tab number
- particularly useful for tiled windows, as SketchyBar will hide the tab bar
- `Cmd + w` to close the current tab
- Kitty Windows
- `Cmd + Enter` to open a new window with the same current directory
- close the current Kitty window
- `Ctrl + Shift + w`
- or run `exit`
- `Cmd + q` to quit kitty
}

\mdblock{Monitor}{
- For most info, use [btop](https://github.com/aristocratos/btop)
- For GPU on Mac, use [macmon](https://github.com/vladkens/macmon)
- Install both with `just prep-monit`
}
}

0 comments on commit 9f1e308

Please sign in to comment.