File: C-b.test

package info (click to toggle)
haskell-yi-keymap-vim 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,512 kB
  • sloc: haskell: 6,068; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
-- Input
(1,1)
foo = 
-- Output
(1,12)
foo = (2 + 3)
-- Events
A()<C-b>2 + 3<Esc>