dbcli / dbcli/litecli

Ctrl+y in vi mode not working

Open
#93 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.3k
Forks
95
PR merge metrics
No merged PRs in 30d

Description

### Description

When configured to use vi mode, Ctrl+y doesn't yank the previous cut text.

### Steps to reproduce

1. Add `key_bindings = vi` to your config file
1. Open litecli and type `pragma table_info('albums')`
1. Hit Ctrl+w
1. Hit Ctrl+y

### Expected behavior

Ctrl+w should cut `table_info('albums')` text and Ctrl+y should paste it back

### Actual behavior

Ctrl+w cut the text as intended, but Ctrl+y doesn't do anything.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.