dotfiles/config/nvim/lua/fs
Fernando Schauenburg f9b463b408 vim: remove keymap for listing and switching buffers
This functionality has been replaced with `<leader>fb`, which used
Telescope to fuzzy find open buffers. This is much better because the
list of buffers is more readable and Telescope supports live preview of
the contents before switching.
2022-07-18 17:44:14 +02:00
..
config vim: show man pages from all sections with telescope 2022-07-18 16:48:10 +02:00
autocmds.lua vim: use nvim 0.7 new API for create autocmds in lua 2022-07-01 22:30:50 +02:00
disable_builtin.lua install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
keymaps.lua vim: remove keymap for listing and switching buffers 2022-07-18 17:44:14 +02:00
options.lua vim: add EOL symbols 2022-02-09 23:42:43 +01:00
plugins.lua vim: minor cosmetic change 2022-02-17 23:01:34 +01:00
util.lua vim: use vim.keymap instead of custom functions 2022-07-01 21:37:04 +02:00