Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
e2d6339ee0
commit
2783c9811d
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
|||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
|
||||
bind-key -r f run-shell "tmux new-window start-tmux"
|
||||
|
||||
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'"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
command yt-dlp --paths ~/Videos "$@"
|
||||
}
|
||||
|
||||
bindkey -s ^f "tmux-sessionizer\n"
|
||||
bindkey -s ^f "start-tmux\n"
|
||||
bindkey -s ^v "nvim\n"
|
||||
|
||||
setopt auto_cd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue