ReadlineFilters

ammonite.terminal.filters.ReadlineFilters$

Filters for injection of readline-specific hotkeys, the sort that are available in bash, python and most other interactive command-lines

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class CutPasteFilter() extends DelegateFilter

All the cut-pasting logic, though for many people they simply use these shortcuts for deleting and don't use paste much at all.

All the cut-pasting logic, though for many people they simply use these shortcuts for deleting and don't use paste much at all.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Filter
class Object
trait Matchable
class Any

Value members

Concrete methods

def transposeLetter(b: Vector[Char], c: Int): (Vector[Char], Int)
def transposeWord(b: Vector[Char], c: Int): (Vector[Char], Int)

Concrete fields