Skip to content

Commit 4cf93a5

Browse files
committed
chore: change default key binding & add demo
1 parent bcdf28c commit 4cf93a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TMUX Easymotion
22

3-
![demo](https://user-images.githubusercontent.com/20437334/109680947-f1bf2680-7bb7-11eb-9990-1deb3d5a5736.gif)
3+
![demo](https://github.com/user-attachments/assets/0e97e9ee-2a62-43ac-990a-f896ff5211b2)
44

55
### Installation
66

@@ -14,7 +14,7 @@ bind s run-shell "tmux neww ~/.tmux-easymotion/easymotion.py"
1414
```
1515

1616
### Key bindings
17-
`prefix` + `/` -> hit a character -> hit hints (jump to position) -> press `Enter` to copy
17+
`prefix` + `s` -> hit a character -> hit hints (jump to position) -> press `ve` and `y` to copy
1818

1919
`prefix` + `]` to paste
2020

easymotion.tmux

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/usr/bin/env bash
22

33
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4-
tmux bind-key / new-window "$CURRENT_DIR/easymotion.py"

0 commit comments

Comments
 (0)