This commit is contained in:
parent
e8dd94db0b
commit
6236f20202
2 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
||||||
bind l select-pane -R
|
bind l select-pane -R
|
||||||
|
|
||||||
bind-key -r f run-shell "tmux new-window start-tmux"
|
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 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'"
|
bind-key -r W split-window -h -c ~/Documents/notes "nvim '+Telescope find_files'"
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
bindkey -s ^f "start-tmux\n"
|
bindkey -s ^f "start-tmux\n"
|
||||||
|
bindkey -s ^g "open-repo-url\n"
|
||||||
bindkey -s ^v "nvim\n"
|
bindkey -s ^v "nvim\n"
|
||||||
|
|
||||||
setopt auto_cd
|
setopt auto_cd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue