62dacd2c04
nvim: add comments to undocumented functions
2024-08-01 22:44:38 +02:00
b776aa4260
zsh: make orange in git prompt a bit brighter
2024-07-29 20:34:28 +02:00
39ead8b9ee
zsh: use array for colors in git prompt
2024-07-29 20:34:16 +02:00
4b779b8336
zsh: avoid global array of icons in prompt
2024-07-29 20:27:06 +02:00
eff5a3d0b1
zsh: avoid global array of colors in prompt
2024-07-29 19:46:35 +02:00
a28fa3a3f8
zsh: don't use abbreviation unnecessarily
2024-07-29 17:51:41 +02:00
bc602776af
zsh: consistent function naming
2024-07-29 12:57:29 +02:00
a5ee1b137b
zsh: remove unused option
2024-07-29 12:41:51 +02:00
0dac129b53
zsh: add feature flag for transient prompts
...
I am not 100% sure yet that I want to use transient prompts long term.
This makes it easy to turn them on/off and experiment for a while.
2024-07-29 12:40:57 +02:00
0d1ed7112e
zsh: remove outdated TODO
2024-07-29 02:04:18 +02:00
197ba88d47
nvim: include -
in 'iskeyword' for zsh
...
My zsh functions tend to be dash-case.
2024-07-29 01:55:24 +02:00
aa6cf52d63
zsh: add transient prompt
2024-07-29 01:54:52 +02:00
baa9b5a2e1
zsh: prefix my prompt-related functions with fs-
2024-07-29 01:06:50 +02:00
7464e383e3
zsh: add special ZLE widgets rather than replace them
...
Also took the opportunity to prefix all my functions with `fs-` to
differentiate from built-ins and avoid conflicts.
2024-07-29 00:40:33 +02:00
131d2097cc
zsh: new error icon in prompt
2024-07-28 23:06:42 +02:00
1e0ac2b51b
zsh: color prompt according to previous exit code
2024-07-28 23:04:20 +02:00
dbac417322
zsh: add icons to prompt
2024-07-28 22:52:19 +02:00
745b5b2fd5
zsh: use a custom command for fzf ZLE widgets
...
Notable differences to the default command shipped with fzf:
- I want to see hidden files, but not directories (the default hides
both).
- I want to exclude some directories on my Mac home, which are too
large and make the find command really slow. Plus, I never want to
dig into those directories with this method anyway.
2024-07-28 18:45:21 +02:00
3949848924
zsh: visual tweaks to prompt
2024-07-27 22:43:06 +02:00
62dd4efc38
zsh: reduce the number of global variables used for colors in prompt
2024-07-27 22:41:51 +02:00
bb3f6a7b6f
zsh: remove the need to render the prompt in a global array
2024-07-27 22:41:09 +02:00
3c8857b1f6
zsh: major refactor of .zshrc
2024-07-27 20:35:38 +02:00
92089a01ee
zsh: ZLE improvements (yank, edit-command-line, clear-status-line)
2024-07-27 10:38:27 +02:00
aeee2648ca
zsh: make ctrl-q usable in the terminal
2024-07-27 10:37:19 +02:00
61cf8ad5fb
tmux: use non-login shells
2024-07-27 03:52:35 +02:00
da0285f274
tmux: reattach-to-user-namespace
is no longer needed in macOS
2024-07-27 03:41:19 +02:00
3c7d3778ce
zsh: make sure entries in PATH and MANPATH are in a consistent order
2024-07-27 03:30:23 +02:00
b47b986ae8
zsh: make profiling .zprofile easier by using functions
2024-07-26 18:54:08 +02:00
c6750c86c5
zsh: split local config into zprofile and zshrc
2024-07-26 18:40:53 +02:00
2bc0bfc4da
nvim: minor color tweak to lualine
2024-07-26 00:11:26 +02:00
e41195a7a7
nvim: icon tweaks
2024-07-26 00:00:02 +02:00
d6a489b221
nvim: better lualine custom components
2024-07-25 23:59:48 +02:00
de3e6518e8
nvim: minor simplification in LSP configuration
2024-07-25 19:37:56 +02:00
44f977d2da
nvim: add plugin 'FabijanZulj/blame.nvim'
2024-07-25 01:36:14 +02:00
a69a39fde7
nvim: navigate diagnostics with new keys from neovim 0.10
2024-07-24 22:33:05 +02:00
9fee4373ba
nvim: make option toggles not verbose
2024-07-24 22:23:22 +02:00
e814da54a9
nvim: use rg
for :grep if installed
2024-07-24 22:16:55 +02:00
c44785f3a7
nvim: dismiss search highlight with <cr> instead of <es>
2024-07-24 22:16:47 +02:00
62d28c5aa0
nvim: add plugin 'danymat/neogen'
2024-07-24 21:17:49 +02:00
f6e6a319a5
nvim: define variables in the narrowest possible scope
2024-07-23 23:09:06 +02:00
e1adca48e0
nvim: factor out autoformat and add indicator to lualine
2024-07-23 22:33:57 +02:00
ca89048a67
nvim: dismiss search highlight with <esc> instead of <leader>h
2024-07-23 11:49:14 +02:00
2a260279e8
nvim: remove obsolete spellings
...
Also took the opportunity to sort the file.
2024-07-23 08:56:08 +02:00
7f15d314fb
nvim: add indicators for 'spell' and 'wrap' to lualine
2024-07-23 01:25:53 +02:00
932b7b0047
nvim: factor out custom lualine components
2024-07-23 01:24:55 +02:00
b87bec08c3
nvim: remove paste
component from lualine (paste is deprecated)
2024-07-23 01:24:50 +02:00
b9d60d7078
pre-commit: enable stylua
hook
2024-07-22 21:28:31 +02:00
03d52dcf70
nvim: fix indentation for markdown files
2024-07-22 21:14:13 +02:00
d596908f2c
nvim: enable linter markdownlint
for markdown files
2024-07-22 21:14:13 +02:00
3dae4ffe76
nvim: add spellings
2024-07-22 21:14:13 +02:00