File: block_P_2.test

package info (click to toggle)
haskell-yi-keymap-vim 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: haskell: 6,068; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- Input
(4,1)
123456
123456
123456
foo
bar

baz
-- Output
(1,1)
foo123456
bar123456
123456
bazfoo
bar

baz
-- Events
<C-v>jjjey<C-v>kkkP<Esc>