Browse Source

nixpkgs/neovim: remove C-j and C-k mappings from picker

Prefer C-n and C-p instead as they're more standard
Thomas Dy 2 năm trước cách đây
mục cha
commit
5d25761f74
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .config/nixpkgs/neovim/plugins.lua

+ 0 - 2
.config/nixpkgs/neovim/plugins.lua

@@ -4,8 +4,6 @@ require('telescope').setup({
     mappings = {
       i = {
         ['jj'] = 'close',
-        ['<C-j>'] = 'move_selection_next',
-        ['<C-k>'] = 'move_selection_previous',
       },
     },
     layout_config = {