Skip to content

Commit

Permalink
chore: fix conflicting binding
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Dec 14, 2023
1 parent f1ac6a9 commit f1efc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ source-file ~/.tmux.conf

| Binding | Description |
|:-------:|-------------|
| `C-p` | Fuzzy find across your defined workspace projects |
| `<prefix> C-p` | Fuzzy find across your defined workspace projects |

## License

Expand Down
2 changes: 1 addition & 1 deletion ctrlp.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local script_dir=${0:A:h}

function main {
tmux bind -T 'C-p' run "${(D)script_dir}/bin/ctrlp"
tmux bind 'C-p' run "${(D)script_dir}/bin/ctrlp"
}

main
Expand Down

0 comments on commit f1efc67

Please sign in to comment.