Skip to content

Commit

Permalink
Alias to simplify sending a chat
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jun 8, 2024
1 parent a93974c commit 88c079e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ bind-key c new-window -c "#{pane_current_path}"
## Show custom bindings
# comm -23 <(tmux list-keys | sort) <(tmux -L test -f /dev/null list-keys | sort)

# Aliases
## Chat
set -s command-alias[10] chat="command-prompt -p chat: \"run-shell '~/scripts/chat %%%'\""

# Vim-ish
## Copy Mode
set -wg mode-keys vi
Expand Down

0 comments on commit 88c079e

Please sign in to comment.