Parcourir la 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 il y a 2 ans
Parent
commit
5d25761f74
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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 = {