Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MovingtoMars/liner
/ functions
Functions
336 in github.com/MovingtoMars/liner
⨍
Functions
336
◇
Types & classes
25
Method
index
(&self, index: usize)
src/history.rs:198
Method
index_mut
(&mut self, index: usize)
src/history.rs:204
Function
main
()
src/main.rs:10
Function
move_count
test move_count function
src/keymap/vi.rs:1551
Function
move_count_left
verify our move count
src/keymap/vi.rs:1844
Function
move_count_right
verify our move count
src/keymap/vi.rs:1823
Function
move_cursor_left
()
src/editor.rs:779
Function
move_cursor_left
()
src/keymap/vi.rs:1073
Function
move_cursor_left
()
src/keymap/emacs.rs:226
Function
move_to_end_of_word_comma
()
src/keymap/vi.rs:2159
Function
move_to_end_of_word_nonkeywords
()
src/keymap/vi.rs:2180
Function
move_to_end_of_word_simple
()
src/keymap/vi.rs:2142
Function
move_to_end_of_word_whitespace
()
src/keymap/vi.rs:2201
Function
move_to_end_of_word_whitespace_nonkeywords
()
src/keymap/vi.rs:2222
Function
move_to_end_of_word_ws_comma
()
src/keymap/vi.rs:2260
Function
move_to_end_of_word_ws_nonkeywords
()
src/keymap/vi.rs:2281
Function
move_to_end_of_word_ws_simple
()
src/keymap/vi.rs:2243
Function
move_to_end_of_word_ws_whitespace
()
src/keymap/vi.rs:2297
Function
move_to_end_of_word_ws_whitespace_count
()
src/keymap/vi.rs:2533
Function
move_to_end_of_word_ws_whitespace_nonkeywords
()
src/keymap/vi.rs:2314
Function
move_word
()
src/keymap/emacs.rs:241
Function
move_word_and_back
()
src/keymap/vi.rs:2432
Function
move_word_and_back_with_count
()
src/keymap/vi.rs:2494
Function
move_word_nonkeywords
()
src/keymap/vi.rs:2384
Function
move_word_simple
()
src/keymap/vi.rs:2335
Function
move_word_whitespace
()
src/keymap/vi.rs:2360
Function
move_word_whitespace_nonkeywords
()
src/keymap/vi.rs:2406
Function
movement_with_count
test movement with counts
src/keymap/vi.rs:1588
Function
movement_with_count_then_insert
test movement with counts, then insert (count should be reset before insert)
src/keymap/vi.rs:1607
Method
new
()
src/buffer.rs:85
Method
new
(prefixes: Vec<T>)
src/complete.rs:12
Method
new
(editor: &'a mut Editor<'out, W>, kind: EventKind)
src/event.rs:13
Method
new
(out: W, prompt: P, context: &'a mut Context)
src/editor.rs:109
Method
new
Create new History structure.
src/history.rs:57
Method
new
()
src/context.rs:57
Method
new
(ed: Editor<'a, W>)
src/keymap/mod.rs:76
Method
new
(mut ed: Editor<'a, W>)
src/keymap/vi.rs:315
Method
new
(ed: Editor<'a, W>)
src/keymap/emacs.rs:21
Method
new_with_init_buffer
( out: W, prompt: P, context: &'a mut Context, buffer: B, )
src/editor.rs:113
Method
print
(&self, out: &mut W)
src/buffer.rs:255
Method
range_chars
(&self, start: usize, end: usize)
src/buffer.rs:230
Method
redo
(&mut self)
src/editor.rs:198
Function
replace_then_normal
make sure normal mode is enabled after replace
src/keymap/vi.rs:1710
Function
replace_with_count
()
src/keymap/vi.rs:1667
Function
replace_with_count_eol
make sure replace won't work if there aren't enough chars
src/keymap/vi.rs:1689
Method
revert
(&mut self)
src/editor.rs:208
Method
set_prompt
(&mut self, prompt: String)
src/editor.rs:152
Function
simulate_keys
(keymap: &mut M, keys: I)
src/keymap/vi.rs:1043
Function
simulate_keys
(keymap: &mut M, keys: I)
src/keymap/emacs.rs:198
Function
substitute_with_count
()
src/keymap/vi.rs:1260
Function
substitute_with_count_repeat
()
src/keymap/vi.rs:1280
Function
test_buffer_actions
()
src/test.rs:49
Function
test_cap_f_movement
make sure F command moves the cursor
src/keymap/vi.rs:3050
Function
test_cap_t_movement
make sure T command moves the cursor
src/keymap/vi.rs:3032
Function
test_comma_movement
make sure , command moves the cursor
src/keymap/vi.rs:3087
Function
test_count_reset_around_insert_and_delete
make sure the count is properly reset
src/keymap/vi.rs:2868
Function
test_does_not_start_with
()
src/buffer.rs:463
Function
test_f_movement
make sure f command moves the cursor
src/keymap/vi.rs:3014
Function
test_find_char
test find_char
src/keymap/vi.rs:3150
Function
test_find_char_not_found
test find_char not found
src/keymap/vi.rs:3180
Function
test_find_char_rev
test find_char_rev
src/keymap/vi.rs:3190
Function
test_find_char_rev_not_found
test find_char_rev not found
src/keymap/vi.rs:3220
Function
test_find_char_rev_with_count
test find_char_rev with count
src/keymap/vi.rs:3210
Function
test_find_char_rev_with_start
test find_char_rev with non-zero start
src/keymap/vi.rs:3200
Function
test_find_char_with_count
test find_char with count
src/keymap/vi.rs:3170
Function
test_find_char_with_start
test find_char with non-zero start
src/keymap/vi.rs:3160
Function
test_get_cursor_position
()
src/test.rs:21
Function
test_history_indexing
()
src/test.rs:63
Function
test_in_file_history_truncating
()
src/test.rs:87
Function
test_in_memory_history_truncating
()
src/test.rs:75
Function
test_insert
()
src/buffer.rs:321
Function
test_is_not_match2
()
src/buffer.rs:472
Function
test_nested_redo_group
()
src/buffer.rs:438
Function
test_nested_undo_group
()
src/buffer.rs:423
Function
test_print_rest
()
src/buffer.rs:481
Function
test_reading_from_file
()
src/test.rs:116
Function
test_redo_group
()
src/buffer.rs:409
Function
test_redo_with_counts
redo with counts
src/keymap/vi.rs:3250
Function
test_semi_delete
test delete with semi (;)
src/keymap/vi.rs:3107
Function
test_semi_delete_repeat
test delete with semi (;) and repeat
src/keymap/vi.rs:3128
Function
test_semi_movement
make sure ; command moves the cursor
src/keymap/vi.rs:3068
Function
test_starts_with
()
src/buffer.rs:454
Function
test_t_movement
make sure t command moves the cursor
src/keymap/vi.rs:2915
Function
test_t_movement_then_normal
test normal mode after char movement
src/keymap/vi.rs:2952
Function
test_t_movement_with_change
test change with char movement
src/keymap/vi.rs:2991
Function
test_t_movement_with_count
make sure t command moves the cursor
src/keymap/vi.rs:2933
Function
test_t_movement_with_delete
test delete with char movement
src/keymap/vi.rs:2971
Function
test_t_not_found
make sure t command does nothing if nothing was found
src/keymap/vi.rs:2897
Function
test_truncate_all
()
src/buffer.rs:335
Function
test_truncate_all_then_undo
()
src/buffer.rs:368
Function
test_truncate_empty
()
src/buffer.rs:328
Function
test_truncate_empty_undo
()
src/buffer.rs:360
Function
test_truncate_end
()
src/buffer.rs:343
Function
test_truncate_end_then_undo
()
src/buffer.rs:377
Function
test_truncate_part
()
src/buffer.rs:352
Function
test_truncate_part_then_undo
()
src/buffer.rs:387
Function
test_undo_group
()
src/buffer.rs:396
Function
test_undo_with_counts
undo with counts
src/keymap/vi.rs:3230
Function
tilde_basic
test tilde
src/keymap/vi.rs:3582
Function
tilde_basic2
test tilde
src/keymap/vi.rs:3598
← previous
next →
201–300 of 336, ranked by callers