| License | GPL-2 |
|---|---|
| Maintainer | yi-devel@googlegroups.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions | NondecreasingIndentation |
Yi.Keymap.Emacs.KillRing
Contents
Description
- killRegion :: BufferM ()
- killLineE :: Maybe Int -> YiM ()
- killringPut :: Direction -> YiString -> EditorM ()
- killRestOfLine :: BufferM ()
- yankE :: EditorM ()
- killRingSaveE :: EditorM ()
- yankPopE :: EditorM ()
- appendNextKillE :: EditorM ()
Killring actions
killRegion :: BufferM () Source
C-w
This is like kill-region-or-backward-word.
killringPut :: Direction -> YiString -> EditorM () Source
killRestOfLine :: BufferM () Source
Kill the rest of line
killRingSaveE :: EditorM () Source
M-w
appendNextKillE :: EditorM () Source
C-M-w