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
Function
tilde_count
test tilde
src/keymap/vi.rs:3651
Function
tilde_count_short
test tilde
src/keymap/vi.rs:3670
Function
tilde_move
test tilde
src/keymap/vi.rs:3615
Function
tilde_nocase
test tilde
src/keymap/vi.rs:3688
Function
tilde_repeat
test tilde
src/keymap/vi.rs:3634
Function
undo_3x
test undo in groups
src/keymap/vi.rs:3437
Function
undo_insert
test undo in groups
src/keymap/vi.rs:3298
Function
undo_insert2
test undo in groups
src/keymap/vi.rs:3319
Function
undo_insert_with_count
test undo in groups
src/keymap/vi.rs:3456
Function
undo_insert_with_history
test undo in groups
src/keymap/vi.rs:3342
Function
undo_insert_with_history2
test undo in groups
src/keymap/vi.rs:3380
Function
undo_insert_with_movement_reset
test undo in groups
src/keymap/vi.rs:3406
Function
undo_insert_with_repeat
test undo in groups
src/keymap/vi.rs:3486
Function
undo_multiple_groups
test undo in groups
src/keymap/vi.rs:3532
Function
undo_r_command_with_count
test undo in groups
src/keymap/vi.rs:3562
Function
undo_s_with_count
test undo in groups
src/keymap/vi.rs:3510
Function
vi_count
make sure our count is accurate
src/keymap/vi.rs:1304
Function
vi_count_cancel
Esc should cancel the count
src/keymap/vi.rs:1392
Function
vi_count_movement_reset
make sure the count is reset if movement occurs
src/keymap/vi.rs:1566
Function
vi_count_overflow
make sure large counts don't overflow
src/keymap/vi.rs:1337
Function
vi_count_overflow_zero
make sure large counts ending in zero don't overflow
src/keymap/vi.rs:1365
Function
vi_count_simple
test insert with a count
src/keymap/vi.rs:1410
Function
vi_dot_command
test dot command
src/keymap/vi.rs:1431
Function
vi_dot_command_append
test dot command with append
src/keymap/vi.rs:1486
Function
vi_dot_command_append_repeat
test dot command with append and repeat
src/keymap/vi.rs:1506
Function
vi_dot_command_movement
test dot command with movement
src/keymap/vi.rs:1526
Function
vi_dot_command_repeat
test dot command with repeat
src/keymap/vi.rs:1449
Function
vi_dot_command_repeat_multiple
test dot command with repeat
src/keymap/vi.rs:1467
Function
vi_initial_insert
()
src/keymap/vi.rs:1109
Function
vi_left_right_movement
()
src/keymap/vi.rs:1129
Function
vi_no_eol
Shouldn't be able to move past the last char in vi normal mode
src/keymap/vi.rs:1156
Function
vi_normal_delete
()
src/keymap/vi.rs:1221
Function
vi_normal_history_cursor_eol
()
src/keymap/vi.rs:1202
Function
vi_substitute_command
()
src/keymap/vi.rs:1242
Function
vi_switch_from_insert
Cursor moves left when exiting insert mode.
src/keymap/vi.rs:1177
Method
with_insert
()
src/keymap/vi.rs:39
← previous
301–336 of 336, ranked by callers