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