Replies: 1 comment
-
|
Just unmap the current use of local actions = require('telescope.actions')
require('telescope').setup{
defaults = {
mappings = {
i = {
["<c-u>"] = false
},
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes we start searching for a given string but we change our mind and erase that search and start typing something new, I already have this option or it would/should be added?
In the Linux shell, we type Ctrl-u and erase what we have typed and even can type Ctrl-y to paste what we have erased with Ctrl-u
Beta Was this translation helpful? Give feedback.
All reactions