Update
This commit is contained in:
parent
aff363f37d
commit
351dc0ebb3
@ -21,6 +21,8 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
- [ ] Wofi: popin
|
||||
- [ ] Wlogout: fade in
|
||||
- [ ] Fix screenshots
|
||||
- [ ] Fix hyprlock
|
||||
- [ ] Hyprlock tty theme
|
||||
|
||||
- [ ] Nixvim
|
||||
- [ ] Keymaps:
|
||||
|
@ -49,9 +49,12 @@
|
||||
sl = "ls";
|
||||
open = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||
note = "vim ~/nextcloud/Notes/index.md";
|
||||
wireguard-import = "nmcli connection import type wireguard file";
|
||||
neorg = "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.norg";
|
||||
neorg =
|
||||
"cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.norg";
|
||||
notes =
|
||||
"cd ~/nextcloud/Notes && vim -c ':ZenMode' -c ':Telescope find_files' index.md";
|
||||
note = "notes";
|
||||
|
||||
# git
|
||||
ga = "git add";
|
||||
|
Loading…
Reference in New Issue
Block a user