dbcli / dbcli/litecli

Ctrl+y in vi mode not working

オープン
#93 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。