Skip to content

Commit d976a64

Browse files
author
nhanb
committed
add 'j' to WordBreakSyms
I type in VNI style so `j` doesn't need to be processed by unikey at all. Making `j` a WordBreakSym prevents unikey from hijacking my `jj` keymap in vim.
1 parent 0b8e5ba commit d976a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unikey-im.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static const unsigned char WordBreakSyms[] =
8585
',', ';', ':', '.', '\"', '\'', '!', '?', ' ',
8686
'<', '>', '=', '+', '-', '*', '/', '\\',
8787
'_', '~', '`', '@', '#', '$', '%', '^', '&', '(', ')', '{', '}', '[', ']',
88-
'|'
88+
'|', 'j'
8989
};
9090

9191
static const unsigned char WordAutoCommit[] =

0 commit comments

Comments
 (0)