Skip to content

Commit

Permalink
More kitty configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 20, 2024
1 parent 7976c93 commit 90d7267
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ prep-kitty:
# https://sw.kovidgoyal.net/kitty/conf.html
mkdir -p ~/.config/kitty
cp -f kitty.conf ~/.config/kitty/kitty.conf
cp -f kitty_session.conf ~/.config/kitty/kitty_session.conf
sync-nvim:
#!/usr/bin/env bash
Expand Down
4 changes: 4 additions & 0 deletions kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ italic_font auto
bold_italic_font auto

font_size 18.0

placement_strategy center

startup_session kitty_session.conf
6 changes: 6 additions & 0 deletions kitty_session.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set the layout for the current tab
layout tall
# Set the working directory for windows in the current tab
cd ~/projects/forest
# Create a window and run the specified command in it
launch zsh
2 changes: 2 additions & 0 deletions trees/uts-002F.tree
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Here are some useful keys that I like using in NeoVim, with [my LunarVim configu
- my `<leader>` is the default: space
- `<leader>+e` to toggle file explorer on the left
- `<leader>+f` to fuzzy find files
- `<leader>+s+t` to grep text in files
- `gd`: go to definition
- ctrl+click also works, note that it's not cmd+click on mac
- `<C+o>`: go back, `<C+i>`: go forward
Expand Down Expand Up @@ -86,6 +87,7 @@ Here are some useful keys that I like using in NeoVim, with [my LunarVim configu
- ✅ paste
- ❌ typing
- terminal
- `ctrl+backslash` to pop out a terminal without vim motions
- `:term` to open a terminal with vim motions

Recalled by [VSCode Vim ROADMAP](https://github.com/VSCodeVim/Vim/blob/HEAD/ROADMAP.md).
Expand Down

0 comments on commit 90d7267

Please sign in to comment.