removing unused editors

This commit is contained in:
Glen Goodwin 2023-11-05 13:03:37 -05:00
parent 2a45893344
commit 59a0ebec41
25 changed files with 476 additions and 787 deletions

View file

@ -50,7 +50,7 @@ create_detached_session() {
(TMUX=''
tmux new-session -Ad -s "$session_name" -c "$path_name"
tmux split-window -vb -t "$session_name" -c "$path_name" -p 70
tmux send-keys -t "$session_name" "/home/glen/.local/bin/lvim '+Telescope find_files'" Enter
tmux send-keys -t "$session_name" "nvim '+Telescope find_files'" Enter
)
fi
}