Skip to content

Commit

Permalink
feat(nvim): add <Esc> to close telescope window mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 8, 2024
1 parent 82157fe commit a1a6087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/plugin/packages/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ telescope.setup({
i = {
['<C-j>'] = actions.move_selection_next,
['<C-k>'] = actions.move_selection_previous,
['<Esc>'] = actions.close,
},
},
},
Expand Down

0 comments on commit a1a6087

Please sign in to comment.