From b4c63f0f3f0b6071255175b9d689782b71f8d9af Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Thu, 6 Nov 2025 11:52:15 +0100 Subject: [PATCH] auto up 11:52:14 up 0:59, 2 users, load average: 0.27, 0.30, 0.33 --- home/dot-common_shell | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dot-common_shell b/home/dot-common_shell index fce42f6..c74db35 100644 --- a/home/dot-common_shell +++ b/home/dot-common_shell @@ -93,3 +93,6 @@ alias tp="~/projects/scripts/shell/open_sess.sh" # From gpt alias nv='tmux new-session -d -s university -n uni "cd ~/projects/university && nvim -c '\''lua require(\"custom.uni\").select_course_directory()'\''" && tmux new-window -t university:2 -n typstar "cd ~/projects/typstar; exec $SHELL" && tmux select-window -t university:1 && tmux attach -t university' alias gre='grep -C 7 ' + +alias f='nvim -c "lua vim.defer_fn(function() require(\"utils.functions\").fzf_wrapped(\"find\") end, 100)"' +alias g='nvim -c "lua vim.defer_fn(function() require(\"utils.functions\").fzf_wrapped(\"grep\") end, 100)"'