Add keybinding to run open-repo-url
All checks were successful
/ check (push) Successful in 47s

This commit is contained in:
Oliver Davies 2025-10-27 08:00:00 +00:00
parent e8dd94db0b
commit 6236f20202
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@
bind l select-pane -R
bind-key -r f run-shell "tmux new-window start-tmux"
bind-key -r g run-shell "tmux new-window open-repo-url"
bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/notes/todo.txt"
bind-key -r W split-window -h -c ~/Documents/notes "nvim '+Telescope find_files'"

View file

@ -56,6 +56,7 @@
}
bindkey -s ^f "start-tmux\n"
bindkey -s ^g "open-repo-url\n"
bindkey -s ^v "nvim\n"
setopt auto_cd