Skip to content

Commit

Permalink
feat: teach prompt window to delete words with <C-w>
Browse files Browse the repository at this point in the history
As discussed here:

- wincent/command-t#393 (comment)
  • Loading branch information
Padmamanickam authored and wincent committed Aug 29, 2022
1 parent 49a4b24 commit b7c4971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/wincent/commandt/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local default_options = {
['<C-s>'] = 'open_split',
['<C-t>'] = 'open_tab',
['<C-v>'] = 'open_vsplit',
['<C-w>'] = '<C-S-w>',
['<CR>'] = 'open',
['<Down>'] = 'select_next',
['<Up>'] = 'select_previous',
Expand Down

0 comments on commit b7c4971

Please sign in to comment.