Skip to content

Commit 9559366

Browse files
committed
fix: add smartsign
1 parent 1a9225e commit 9559366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

easymotion.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
']': '}',
4242
'`': '~',
4343
"'": '"',
44-
'\\': '|'
44+
'\\': '|',
45+
',': '<',
46+
'.': '>'
4547
}
4648
VERTICAL_BORDER = os.environ.get('TMUX_EASYMOTION_VERTICAL_BORDER', '│')
4749
HORIZONTAL_BORDER = os.environ.get('TMUX_EASYMOTION_HORIZONTAL_BORDER', '─')

0 commit comments

Comments
 (0)