nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit c2830b0f49892d14fc2595f99ae8e5adda968143
parent 7b1439e74db5d4b24a1d5364d6b8c573b2064f46
Author: mtmn <miro@haravara.org>
Date:   Fri, 10 Apr 2026 18:47:23 +0200

dotfiles: cleanup

Diffstat:
Mmodules/mixins/dotfiles/config/zsh/rc/functions | 4----
Mmodules/mixins/dotfiles/config/zsh/rc/keybindings | 2--
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/modules/mixins/dotfiles/config/zsh/rc/functions b/modules/mixins/dotfiles/config/zsh/rc/functions @@ -4,10 +4,6 @@ fzf_copy_from_cliphist() { { cliphist list | fzf --no-sort | cliphist decode | wl-copy && zle reset-prompt || true } 2>/dev/null } -tms_open() { - tms && zle reset-prompt || true 2>/dev/null -} - erg() { $EDITOR \ +'/\v'"${1/\//\\/}" \ diff --git a/modules/mixins/dotfiles/config/zsh/rc/keybindings b/modules/mixins/dotfiles/config/zsh/rc/keybindings @@ -52,9 +52,7 @@ shift_right=$(tput kRIT 2>/dev/null) [[ $shift_right ]] && bindkey "$shift_right" forward-word zle -N fzf_copy_from_cliphist -zle -N tms_open -bindkey '^T' 'tms_open' bindkey '^J' 'fzf_copy_from_cliphist' bindkey '^F' 'magdalena_goto_file' bindkey '^K' 'magdalena_goto_dir'