Change keybindings and add better buffer handling

This commit is contained in:
Johannes Knopp
2024-12-05 13:19:36 +01:00
parent e31a8b9cf8
commit 65045e99b8
10 changed files with 32 additions and 6 deletions

View File

@ -20,7 +20,6 @@ keymap.set('n', 'j', 'gj', opts)
keymap.set('n', '<UP>', 'gk', opts)
keymap.set('n', '<DOWN>', 'gj', opts)
-- COMMANDS
-- print current working directory