You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/tui
Syphdias 37f258b1bf
Add key combinations for ctrl-delete and shift-delete (#3284)
Currently there is not option to bind ctrl-delete and shift-delete. As
suggested by issue #3240, shift-delete could be used to bind "delete
entry from history" as it is a common way to do so in other
applications, e.g. browsers.

This, however, does only implement to use the key combination itself and
does not assign a default action to any of them. This does enable to
call one's all predefined actions. With the exec action this can
expanded like the issue #3240 suggested.
If desirable, the key combinations could later get a default behavior.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
1 year ago
..
dummy.go Better support for Windows terminals 1 year ago
light.go Add key combinations for ctrl-delete and shift-delete (#3284) 1 year ago
light_unix.go Modernize build tags 2 years ago
light_windows.go Modernize build tags 2 years ago
tcell.go Add key combinations for ctrl-delete and shift-delete (#3284) 1 year ago
tcell_test.go Add support for ANSI strike-through (#2932) 2 years ago
ttyname_unix.go Modernize build tags 2 years ago
ttyname_windows.go Modernize build tags 2 years ago
tui.go Add key combinations for ctrl-delete and shift-delete (#3284) 1 year ago
tui_test.go Add experimental support for 24-bit colors 8 years ago