feat : kitty with initial tabs + wrap in nvim

This commit is contained in:
Florian Schmitt 2023-12-30 19:16:25 +03:00
parent ed289c2858
commit 7da4bccdf4
4 changed files with 18 additions and 1 deletions

View file

@ -32,7 +32,7 @@
enable = true;
autosuggestions.enable = true;
shellAliases = {
tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
#tmux = "tmux -f ~/.config/tmux/tmux.conf attach || tmux -f ~/.config/tmux/tmux.conf new";
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "vi /etc/nixos";