Switch from tmux to zellij

Also remapped some nvim and zsh keybinds to not conflict with zellij
This commit is contained in:
Marko Korhonen 2024-02-04 10:15:36 +02:00
parent df45dea143
commit 7136b447f9
8 changed files with 48 additions and 17 deletions

View file

@ -154,10 +154,6 @@ src = ".local/share/applications/steam-native.desktop"
dst = "~/.config/telegram-desktop/lang.strings"
src = ".config/telegram-desktop/lang.strings"
[dotfiles."f_tmux.conf"]
dst = "~/.tmux.conf"
src = ".tmux.conf"
[dotfiles.f_youtube-dl_config]
dst = "~/.config/youtube-dl/config"
src = ".config/youtube-dl/config"
@ -250,6 +246,10 @@ src = ".npmrc"
dst = "~/.npmrc"
chmod = "600"
[dotfiles.d_zellij]
src = ".config/zellij"
dst = "~/.config/zellij"
[profiles.pacman]
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
@ -267,7 +267,7 @@ dotfiles = [
"f_ranger.conf",
"f_ranger_commands.py",
"f_rtv.cfg",
"f_tmux.conf",
"d_zellij",
"f_zshrc",
"f_npmrc",
]