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
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
..
algo Fix inconsistent bonus points in exact match 1 year ago
protector Modernize build tags 2 years ago
tui Add key combinations for ctrl-delete and shift-delete (#3284) 1 year ago
util Render CR and LF as ␍ and ␊ 1 year ago
LICENSE 0.36.0 1 year ago
ansi.go Add support for ANSI strike-through (#2932) 2 years ago
ansi_test.go Update ANSI test cases 2 years ago
cache.go Consolidate Result and rank structs 7 years ago
cache_test.go Check gofmt in `make test` 3 years ago
chunklist.go Experimental implementation of "reload" action 5 years ago
chunklist_test.go Remove count field from ChunkList 7 years ago
constants.go Kill input command on terminate 3 years ago
core.go Fix caching when reload and query change triggered by the same binding 1 year ago
history.go Code cleanup (#1640) 5 years ago
history_test.go Migrate to GitHub Actions 3 years ago
item.go Remove special nilItem 7 years ago
item_test.go Micro-optimizations 8 years ago
matcher.go Experimental implementation of "reload" action 5 years ago
merger.go Fixed --track when used with --tac 1 year ago
merger_test.go Further reduce unnecessary rune array conversion 7 years ago
options.go Add key combinations for ctrl-delete and shift-delete (#3284) 1 year ago
options_test.go Action argument in enclosed form should allow new lines 1 year ago
pattern.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
pattern_test.go Fix incorrect ordering of `--tiebreak=chunk` 2 years ago
reader.go [windows] Do not include directories in the list 4 years ago
reader_test.go Change the tests to run on Windows (#2615) 3 years ago
result.go Fix panic on inverse match query with `--tiebreak=chunk` 2 years ago
result_others.go Modernize build tags 2 years ago
result_test.go Add new tiebreak: 'chunk' 2 years ago
result_x86.go Modernize build tags 2 years ago
server.go Omit port number in `--listen` for automatic port assignment 1 year ago
terminal.go Make sure 'become' process is given a proper tty device 1 year ago
terminal_test.go Reformat comments adhere to gofmt 2 years ago
terminal_unix.go Modernize build tags 2 years ago
terminal_windows.go Modernize build tags 2 years ago
tokenizer.go Fix delimiter regex to properly support caret (^) 2 years ago
tokenizer_test.go Code cleanup: remove unnecessary string conversions (#1642) 5 years ago