|
b5eef19e5a
|
zsh: use <c-v> as a shortcut to start neovim
|
2024-02-17 17:52:44 +01:00 |
|
|
0944776bf2
|
vim: better keymap to strip whitespace
|
2024-02-17 17:34:05 +01:00 |
|
|
c7ccb92634
|
vim: don't lazy-load luaref
|
2024-02-17 17:31:00 +01:00 |
|
|
237d67f82b
|
vim: move code from lua ftplugin to utils
The ftplugin is executed via the FileType event every time a lua file is
opened, so better to have just the keymaps set there.
|
2024-02-17 15:16:43 +01:00 |
|
|
7817b927ee
|
vim: move lua gf handler from autocmd to ftplugin
|
2024-02-17 13:23:49 +01:00 |
|
|
8d9f3ea390
|
vim: disable <c-x> in Telescope
|
2024-02-17 13:21:18 +01:00 |
|
|
0bccfe6ad7
|
vim: make gf work for lua modules
|
2024-02-17 00:39:57 +01:00 |
|
|
d45715e545
|
vim: add some colorschemes to try out
|
2024-02-16 19:14:20 +01:00 |
|
|
267c01ff9d
|
vim: enable alternative plugin dev paths in lazy.nvim
I have to keep the local development version of my plugins in different
places depending on the machine. This make that possible.
|
2024-02-16 16:10:48 +01:00 |
|
|
ee08716bed
|
vim: make horizontal split keymaps consistent in telescope and nvim-tree
|
2024-02-16 02:07:33 +01:00 |
|
|
b4aa060a0e
|
vim: simplify keymap for nvim-tree
|
2024-02-16 02:06:58 +01:00 |
|
|
033319f99d
|
vim: fix telescope selection caret
|
2024-02-16 01:28:04 +01:00 |
|
|
6724d45051
|
vim: enable conceal for markdown files
|
2024-02-15 22:14:02 +01:00 |
|
|
427baf06d1
|
vim: set a reasonable comment string for C++ files
|
2024-02-15 22:13:45 +01:00 |
|
|
b409888717
|
vim: use rounded border for git-messenger popup
|
2024-02-14 03:14:51 +01:00 |
|
|
429c2f9b0a
|
tmux: add a key binding to capture a pane's history
|
2024-02-14 03:05:27 +01:00 |
|
|
1ccba52719
|
tmux: make next-/previous-window key binding not repeating
|
2024-02-14 03:03:26 +01:00 |
|
|
97a9d2b9a9
|
tmux: better key bindings for copy-mode
|
2024-02-14 02:47:29 +01:00 |
|
|
a6beb8a726
|
tmux: add key binding to move windows around
|
2024-02-14 02:46:50 +01:00 |
|
|
9f5478d75d
|
tmux: finer resizing of panes
|
2024-02-14 02:46:19 +01:00 |
|
|
6d5dba4f32
|
tmux: add indicator for zoomed flag
|
2024-02-14 02:03:36 +01:00 |
|
|
a9db140bf0
|
vim: fix UI icons spacing
|
2024-02-14 02:01:34 +01:00 |
|
|
8a22019667
|
vim: add plugin 'rhysd/git-messenger.vim'
|
2024-02-14 01:55:11 +01:00 |
|
|
01f34758a2
|
vim: add plugin 'ruifm/gitlinker.nvim'
|
2024-02-14 01:44:12 +01:00 |
|
|
46cfb7ddca
|
vim: better keymaps for git operations
|
2024-02-14 01:01:55 +01:00 |
|
|
e6b4241d00
|
vim: add keymap to toggle Telescope preview
|
2024-02-13 23:53:03 +01:00 |
|
|
d30c143c5d
|
tmux: restore . and , to move between windows
This is more ergonomic and it turns out that my muscle memory is really
strong on this one...
|
2024-02-13 00:12:11 +01:00 |
|
|
389140cfc1
|
vim: add plugin 'johmsalas/text-case.nvim'
|
2024-02-12 23:36:20 +01:00 |
|
|
8686312b40
|
vim: fix failing kemaps for command line mode
This has been broken for a while. Neovim seems to not like the key
`silent` to be set at all for mappings in command line mode.
|
2024-02-12 01:10:39 +01:00 |
|
|
9a0781a6ff
|
vim: refacor keymap to make it simpler
|
2024-02-12 01:05:55 +01:00 |
|
|
fedd230111
|
vim: refactor completion to make it more maintainable
|
2024-02-12 00:35:44 +01:00 |
|
|
e7ccffd50c
|
vim: small refactor to simplify LSP
|
2024-02-11 23:14:29 +01:00 |
|
|
af48377e84
|
vim: move keymap for :Lazy to the right place
|
2024-02-11 23:04:18 +01:00 |
|
|
3d2286141d
|
vim: let lualine choose the theme automatically
|
2024-02-11 19:02:18 +01:00 |
|
|
9fa256f99a
|
vim: simplify initial colorscheme
|
2024-02-11 19:02:06 +01:00 |
|
|
1eb31a86d3
|
vim: fix chevron spacing
|
2024-02-11 18:47:46 +01:00 |
|
|
1f71cdc838
|
vim: change Telescope mapping for finding commands
|
2024-02-11 18:46:23 +01:00 |
|
|
b17b6fb673
|
vim: remove plugin 'mawkler/modicator.nvim'
|
2024-02-11 18:37:17 +01:00 |
|
|
0238fd1416
|
vim: minor refactor
|
2024-02-11 18:33:28 +01:00 |
|
|
8521dd9847
|
vim: use better tab symbol
|
2024-02-11 18:32:58 +01:00 |
|
|
f5e1ac20eb
|
vim: move most icons to a dedicated file
|
2024-02-11 18:32:36 +01:00 |
|
|
04acdd05a1
|
vim: load treesitter on VeryLazy event
This seems like a good compromise between start-up speed and it actually
working :P
|
2024-02-11 02:05:12 +01:00 |
|
|
ab272fd138
|
vim: lazy load completion plugins
|
2024-02-11 01:49:32 +01:00 |
|
|
ac908c841c
|
vim: lazy load LSP plugins
|
2024-02-11 01:49:32 +01:00 |
|
|
717fbb014a
|
vim: disable lazy.nvim change detection notifications
|
2024-02-11 01:49:32 +01:00 |
|
|
bcf63bbda5
|
vim: fix formatting in options.lua
|
2024-02-11 01:07:07 +01:00 |
|
|
4e31cf47ac
|
vim: don't require setup() call for main configuration
|
2024-02-11 01:05:31 +01:00 |
|
|
673f4839c2
|
vim: add plugin 'stevearc/oil.nvim'
|
2024-02-10 17:07:18 +01:00 |
|
|
ac5a50894b
|
vim: make initialization structure more consistent
|
2024-02-10 15:42:23 +01:00 |
|
|
1bc2c669de
|
vim: disable colorcolumn by default
|
2024-02-10 15:31:35 +01:00 |
|