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
eedb9b8e2e
nvim: keymap to move to begin/end of line in command line mode
2023-01-30 18:47:36 +01:00
2d22b82245
nvim: disable 'wrapscan'
2023-01-29 22:44:18 +01:00
55239a2977
nvim: keymap for better search results navigation
2023-01-29 20:43:07 +01:00
95021fe33b
nvim: keymap to improve joining lines
2023-01-29 20:43:07 +01:00
d9cb38c8b2
vim: move all configuration into the user
module
2022-12-18 20:31:00 +01:00
ce81d3553a
vim: keymap to switch from terminal mode to normal mode
2022-12-16 20:26:57 +01:00
c3fd8e6f9e
vim: enable filetype detection for local SSH configurations
2022-12-14 12:16:58 +01:00
b52c289738
vim: fix packer bootstrapping
2022-12-13 12:57:02 +01:00
dad81aecb5
vim: move solarized.nvim plugin into dotfiles repository
2022-12-12 21:04:16 +01:00
045b0cfd91
vim; better auto-complete options
2022-10-14 10:20:11 +02:00
facde2d550
vim: add telescope file browser
2022-10-12 23:05:11 +02:00
6cf3c04ae4
vim: add 'colorizer' plugin
2022-10-12 22:41:17 +02:00
12c0d33b22
vim: add a couple of useful mappings
2022-10-12 22:28:00 +02:00
137028ae6e
vim: remove dangling key mapping
2022-10-12 22:12:56 +02:00
3ad4f78e65
vim: simplify keymap setting
2022-10-12 22:11:42 +02:00
fbae8f83fc
vim: move globals to their own file
2022-10-12 21:52:12 +02:00
3711e4c143
vim: simplify option setting
2022-10-12 21:49:02 +02:00
c40996d2c7
vim: remove plugin 'elzr/vim-json'
2022-10-12 13:30:09 +02:00
9f7e55bd96
vim: make it easier to work on my plugin
2022-10-11 22:26:36 +02:00
1bb221ea3e
vim: extract the solarized
colorscheme into a plugin
2022-10-11 19:48:15 +02:00
b5bebc2db6
vim: make a proper lualine
theme and support light background
2022-10-10 21:08:26 +02:00
b17f89a14b
vim: turn my custom solarized theme into a proper nvim colorscheme
2022-10-10 20:17:11 +02:00
d77a2fc0c8
vim: remove plugin colorbuddy
2022-10-10 20:15:18 +02:00
5660e9c2dd
vim: use s
(mnemonic: show) for treesitter mapings
...
This frees up <leader>t as a prefix for testing mappings later on.
2022-10-10 10:05:18 +02:00
0ebf5a6e88
vim: remove unused plugin rainbow_parentheses
2022-10-10 10:04:06 +02:00
5196475113
vim: start using treesitter
2022-10-07 18:05:07 +02:00
9a83027d39
vim: minor tweak of how packer
is loaded
2022-10-07 08:52:29 +02:00
53d9de2c07
vim: configure colorbuddy and lualine via after/plugin
2022-10-05 17:03:46 +02:00
c4495a5e6c
vim: add vim-visual-multi
plugin for multiple cursors
2022-10-05 14:35:52 +02:00
861c13b7bd
vim: clean up old mapping functions
2022-10-05 00:09:33 +02:00
ca271dd50c
vim: move configs to after/plugin/*.lua -> less packer dependence
2022-10-04 23:40:53 +02:00
89d7683edc
vim: add more patters to tabular
2022-10-04 21:52:16 +02:00
bb59168c52
vim: fix tabular
configuration via packer
2022-10-04 21:51:32 +02:00
e43563fdf3
vim: add first_comma pattern to tabular
2022-10-04 13:43:03 +02:00
fa07d7f405
vim: add markdown support to my solarized theme
2022-10-04 13:42:36 +02:00
52135761d5
vim: remove plugin 'plasticboy/vim-markdown'
2022-10-04 13:31:29 +02:00
370bce273b
vim: tweaks to Telescope icons
2022-10-04 13:28:47 +02:00
c251c81fec
vim: add keymap for Telescope live_grep
2022-10-04 10:22:41 +02:00
8e3631afa7
vim: add keymap for Telescope keymaps
2022-10-04 09:54:04 +02:00
a3dd1908e5
vim: better vim-fugitive key bindings
2022-09-28 23:04:29 +02:00
a7213a1897
vim: make line numbers more visible
2022-09-28 23:04:02 +02:00
45ed3965f0
vim: add mapping to display syntax highlighting groups
2022-09-26 20:00:52 +02:00
ac34dfeeaa
vim: customize solarized colorscheme
2022-09-26 19:56:53 +02:00
0b7989d4ab
vim: only highlight number of current line
2022-09-26 19:21:32 +02:00
c1bea90524
vim: add base04 color
2022-09-26 19:19:12 +02:00
67569421da
vim: more solarized refactoring
2022-09-26 16:58:04 +02:00
62ca6bd92f
vim: remove options from solarized plugin
2022-09-26 16:24:04 +02:00
734b4ec53e
vim: fix formatting
2022-09-26 16:13:48 +02:00
7b5f99f723
vim: use colorbuddy for managing coloscheme
...
Initial solarized theme copied from:
https://github.com/svrana/neosolarized.nvim/blob/main/lua/neosolarized.lua
2022-09-26 16:09:00 +02:00