Skip to content

Commit

Permalink
feat(tmux): use mattn/memo
Browse files Browse the repository at this point in the history
  • Loading branch information
oppara committed May 10, 2024
1 parent 2db8ebd commit 9facf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bind-key / command-prompt "split-window -l 60% 'exec man %%'"

## quick memo
unbind-key m
bind-key m split-window -v -l 40% "$EDITOR ~/tmp/memo.md"
bind-key m split-window -v -l 40% "memo new"

## quickly invoke any command
unbind-key a
Expand Down

0 comments on commit 9facf93

Please sign in to comment.