Skip to content

Commit

Permalink
feat(tmux): add notes keybind
Browse files Browse the repository at this point in the history
To be considered WIP.
  • Loading branch information
eliasnorrby committed Apr 12, 2021
1 parent 768c84c commit a15d950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ bind -n C-s new-window -n "session-switch" "tmux list-sessions | sed -E 's/:.*$/
bind V new-window -n "scratch" "nvim"
bind D new-window -n "dotfiles" "cd ~/.dotfiles; nvim"

bind C-n new-window -n "notes" "cd ~/notes; ./notes_entry.sh"

# Split panes using | and -
bind \\ split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
Expand Down

0 comments on commit a15d950

Please sign in to comment.