- bind $w.source.l <Key-K> [list event generate %W <Shift-Key-Up>]
- bind $w.source.l <Key-J> [list event generate %W <Shift-Key-Down>]
- bind $w.source.l <Key-k> [list event generate %W <Key-Up>]
- bind $w.source.l <Key-j> [list event generate %W <Key-Down>]
- bind $w.source.l <Key-h> [list event generate %W <Key-Left>]
- bind $w.source.l <Key-l> [list event generate %W <Key-Right>]
- bind $w.source.l <Key-v> $_visualize
+ bind $w_list <Key-K> [list event generate %W <Shift-Key-Up>]
+ bind $w_list <Key-J> [list event generate %W <Shift-Key-Down>]
+ bind $w_list <Key-k> [list event generate %W <Key-Up>]
+ bind $w_list <Key-j> [list event generate %W <Key-Down>]
+ bind $w_list <Key-h> [list event generate %W <Key-Left>]
+ bind $w_list <Key-l> [list event generate %W <Key-Right>]
+ bind $w_list <Key-v> $_visualize