dotfiles/config/nvim/lua/user
Fernando Schauenburg 88fe23f878 Revert "nvim: keymap to move to begin/end of line in command line mode"
This reverts commit eedb9b8e2e.

I hadn't noticed that <c-e> works by default already in command mode and
<c-b> moves the cursor to the beginning of the line. I'll use the
default key bindings.
2023-01-30 19:43:18 +01:00
..
autocmds.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
disable_builtin.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
filetypes.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
globals.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
init.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
keymaps.lua Revert "nvim: keymap to move to begin/end of line in command line mode" 2023-01-30 19:43:18 +01:00
options.lua nvim: disable 'wrapscan' 2023-01-29 22:44:18 +01:00
plugins.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00