├── functions ├── _natural_selection.fish ├── _natural_selection_begin_selection.fish ├── _natural_selection_end_selection.fish ├── _natural_selection_get_selection.fish ├── _natural_selection_is_selecting.fish ├── _natural_selection_kill_selection.fish ├── _natural_selection_replace_selection.fish └── _natural_selection_wrap_selection.fish ├── license └── readme.md /functions/_natural_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_begin_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_begin_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_end_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_end_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_get_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_get_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_is_selecting.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_is_selecting.fish -------------------------------------------------------------------------------- /functions/_natural_selection_kill_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_kill_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_replace_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_replace_selection.fish -------------------------------------------------------------------------------- /functions/_natural_selection_wrap_selection.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/functions/_natural_selection_wrap_selection.fish -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/license -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magenta404/natural-selection/HEAD/readme.md --------------------------------------------------------------------------------