mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(colors): Default to catppuccin latte/mocha and some switcher
This commit is contained in:
parent
2273b15416
commit
94461cdebb
32 changed files with 2487 additions and 1348 deletions
|
|
@ -19,6 +19,7 @@ prepend_keymap = [
|
|||
# Find
|
||||
{ on = "k", run = "find_arrow", desc = "Go to the next found" },
|
||||
{ on = "K", run = "find_arrow --previous", desc = "Go to the previous found" },
|
||||
{ on = ["g", "p"], run = "cd ~/Pictures", desc = "Go ~/Pictures/"}
|
||||
|
||||
|
||||
]
|
||||
|
|
@ -66,4 +67,4 @@ prepend_keymap = [
|
|||
# Navigation
|
||||
{ on = "e", run = "arrow -1", desc = "Move cursor up" },
|
||||
{ on = "n", run = "arrow 1", desc = "Move cursor down" },
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue