b89c170192
vim:keys: Disable indentation jump maps for now
...
As they clash and are overwritten by the split navigation maps just
below.
2021-07-16 00:53:16 +02:00
b7fb36061b
vim:keys: Add Y that acts like C & D
2021-07-16 00:51:26 +02:00
dc27577109
vim:keys: Only need one / for search in visual
2021-07-16 00:50:15 +02:00
a26abe821f
vim:keys: Add <leader>/ for :Lines
2021-07-16 00:37:52 +02:00
8c37dc2316
vim:vimrc.d:*: Use " instead of # in header lines
2021-07-13 16:52:42 +02:00
ca219a3a1d
vim:keybindings: Add <leader>cd - cd to git root
2021-05-22 19:13:36 +02:00
45a2ab8a20
vim:keybindings: Add gp to reselect last paste
2021-05-15 04:07:22 +02:00
724a6a455d
vim:keybindings: Add // to search for selection
2021-05-15 04:06:20 +02:00
350158af1a
vim: Add binding for fzf's :Lines
2020-12-24 02:48:59 +01:00
00c6f56c69
vim: Use $XDG_DATA_HOME for spell files
2020-12-24 01:59:27 +01:00
e6262b6593
vim: Load other always-on plugins too
...
And move the plugin specific keybindings into 40-keybindings.vim.
`packloadall` sources the plugins directly in contrast to `packadd`.
Because of that we can access the `g:loaded_*` variables and do not have
to specify our own keybindings for vim-surround as now the user bindings
are loaded later and overwrite possible clashes.
2020-12-23 19:26:05 +01:00
b9f26d7482
vim: Split vimrc into vimrc.d/
2020-12-23 01:42:42 +01:00