dbcli / dbcli/litecli

Ctrl+y in vi mode not working

未关闭
#93 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
3.3k
派生
95
PR 合并指标
30 天内没有已合并 PR

描述

### 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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。