Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
5d25761f74
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 = {