diff options
| author | 2026-02-24 17:55:43 -0800 | |
|---|---|---|
| committer | 2026-02-24 17:55:43 -0800 | |
| commit | 8d46fe11e9c4f9264d87a2960fdd448d1316f6a1 (patch) | |
| tree | 2cabbce417775948fc628ffca33a16126bd581d4 | |
| parent | 24a4cea0b1f5c1d5640ec0ab0b27c080c226268f (diff) | |
| download | new-dotfiles-8d46fe11e9c4f9264d87a2960fdd448d1316f6a1.tar.gz new-dotfiles-8d46fe11e9c4f9264d87a2960fdd448d1316f6a1.zip | |
glide: Fix typo
| -rw-r--r-- | glide/.config/glide/glide.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glide/.config/glide/glide.ts b/glide/.config/glide/glide.ts index 4b061b9..93f7b1c 100644 --- a/glide/.config/glide/glide.ts +++ b/glide/.config/glide/glide.ts @@ -48,7 +48,7 @@ glide.keymaps.set('command', '<C-n>', 'commandline_focus_next'); // Scroll up glide.keymaps.set('normal', '<C-p>', 'caret_move up'); -glide.keymaps.set('normal', 'k'); +glide.keymaps.del('normal', 'k'); glide.keymaps.set('command', '<C-p>', 'commandline_focus_back'); // Go back |
