From 05e37ca22171fe9426096ecadc96aa9385909983 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 23 May 2024 23:56:11 +0300 Subject: [PATCH] refs --- home/user/.config/nvim/lua/plugins/telescope.lua | 3 +++ home/user/.tmux/01.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/home/user/.config/nvim/lua/plugins/telescope.lua b/home/user/.config/nvim/lua/plugins/telescope.lua index d143172..e9a34de 100644 --- a/home/user/.config/nvim/lua/plugins/telescope.lua +++ b/home/user/.config/nvim/lua/plugins/telescope.lua @@ -12,6 +12,9 @@ return { build = "make" }, }, + cmd = { + "Telescope" + }, keys = { { 'fb', 'Telescope buffers' }, { 'ff', 'Telescope find_files' }, diff --git a/home/user/.tmux/01.sh b/home/user/.tmux/01.sh index 21d8e34..b9c1755 100755 --- a/home/user/.tmux/01.sh +++ b/home/user/.tmux/01.sh @@ -10,9 +10,9 @@ WORKING_PROJECT="$HOME/dotfiles" if ! tmux has-session -t "$SESSION"; then tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_new_pane_size" -c '#{pane_current_path}' - tmux send-keys -t "$SESSION:$MAINW.2" '$EDITOR' Enter - tmux send-keys -t "$SESSION:$MAINW.2" , f f tmux send-keys -t "$SESSION:$MAINW.1" "git pull" Enter + tmux send-keys -t "$SESSION:$MAINW.2" '$EDITOR' Enter + tmux send-keys -t "$SESSION:$MAINW.2" ':Telescope find_files' Enter fi tmux switch-client -t "$SESSION" \ No newline at end of file