Remove zellij
This commit is contained in:
parent
4a92828efb
commit
adcbb914f1
6 changed files with 0 additions and 487 deletions
nix/modules/home-manager
|
@ -1,11 +0,0 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xdg.configFile."zellij" = {
|
||||
source = "${self}/zellij";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
|
@ -57,24 +57,6 @@ abbr ta="tmux attach"
|
|||
abbr tl="tmux list-sessions"
|
||||
abbr tk="tmux kill-session"
|
||||
|
||||
# zellij
|
||||
abbr czs="create-zellij-session"
|
||||
abbr z="zellij"
|
||||
abbr za="zellij attach"
|
||||
abbr zd="zellij delete-session"
|
||||
abbr zda="zellij delete-all-sessions"
|
||||
abbr ze="zellij edit"
|
||||
abbr zei="zellij edit --in-place"
|
||||
abbr zk="zellij kill-session"
|
||||
abbr zka="zellij kill-all-sessions | sort"
|
||||
abbr zl="zellij list-sessions | grep -v EXITED"
|
||||
abbr zla="zellij list-sessions"
|
||||
abbr znt="zellij action new-tab"
|
||||
abbr zr="zellij run --"
|
||||
abbr zri="zellij run --in-place --"
|
||||
abbr zrf="zellij run --floating --"
|
||||
abbr multitask="zellij action start-or-reload-plugin file:$HOME/zellij-plugins/multitask.wasm --configuration "shell=$SHELL,cwd=`pwd`""
|
||||
|
||||
# Docker and Docker Compose.
|
||||
abbr dk="docker"
|
||||
abbr dkp="docker ps"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue