From 21f99827df73ef2653381313898e6e075d598c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 14 Jun 2023 12:38:36 +0200 Subject: [PATCH] feat(tmux): add keybind for todo file --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index eede3ce..ef924be 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -25,6 +25,7 @@ bind -r h select-pane -L bind -r l select-pane -R bind -r D neww -c "#{pane_current_path}" "nvim TODO.md" +bind -r t neww -c "~" "nvim ~/.TODO.md" bind-key -r f run-shell "tmux neww ~/.config/tmux/tmux-sessionizer" bind-key -r g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer $XDG_CONFIG_HOME"