Commit graph

1215 commits

Author SHA1 Message Date
7c4e6545db vim: star tracking lazy-lock.json 2024-02-08 18:08:52 +01:00
d4ed787431 Rename: git-start -> git-new 2024-02-07 21:22:20 +01:00
c400c8fffd git: turn start alias into a separate executable 2024-02-06 13:59:27 +01:00
cb201df3d2 zsh: save history immediately 2023-12-13 15:32:14 +01:00
2efd27b371 tmux: add pane id and separators to status line 2023-10-17 22:15:49 +02:00
39d2d7c397 zsh: fix zsh cache directory 2023-10-11 09:17:22 +02:00
61e0f3a239 install: make sure the cache diretory for zsh exists 2023-10-10 22:44:32 +02:00
5f106bcecd zsh: put .zcompdump in ~/.cache/zsh/ 2023-10-10 22:43:57 +02:00
c4e94c1878 zsh: tweak select-prompt to match my man setup 2023-10-10 08:53:22 +02:00
3b4ba219f5 zsh: tweak style of section headers 2023-10-09 19:54:13 +02:00
ade1f30ef6 zsh: disable approximate completions
They turned out to be kind of annoying.
2023-10-09 19:53:16 +02:00
881fa855bb zsh: include hidden files in completion 2023-10-08 21:10:36 +02:00
0db298fa85 zsh: enable INTERACTIVE_COMMENTS 2023-10-08 21:10:16 +02:00
216804c368 zsh: rework/simplify prompt 2023-10-08 21:06:26 +02:00
2f1f3527c5 zsh: use tab to select match and continue completion 2023-10-08 17:10:38 +02:00
13b6ede7b1 vim: enable filetype detection for zsh custom functions 2023-10-08 17:03:42 +02:00
410ac2d1b2 zsh: autoload custom functions 2023-10-08 17:03:42 +02:00
de3235450c zsh: move man pages customization to separate file 2023-10-08 17:03:42 +02:00
765bb4585b zsh: only customize man pages for interactive shells 2023-10-08 15:24:56 +02:00
4e66ed6387 zsh: add more bindings to the menuselect keymap 2023-10-06 10:17:05 +02:00
010bb0afde zsh: better completion 2023-10-06 05:04:59 +02:00
e3154d0b78 vim: trigger InsertLeave when using ctrl-c in insert mode 2023-10-05 22:46:33 +02:00
09f1571dfb vim: move options to separate file 2023-10-05 22:37:29 +02:00
3866ffecc1 vim: move autocmds to separate file 2023-10-05 22:35:05 +02:00
f61f2deeb3 vim: hide/show cursor line when entering/leaving insert mode 2023-10-05 22:32:09 +02:00
961d086b9d tmux: status line style tweak 2023-10-05 22:00:25 +02:00
c72b34eb42 zsh: make CTRL-R backwards compatible to v0.21.0
I am still using Debian 11 on some machines, which has fzf 0.21.0. This
version doesn't accept `--schema=history` yet (introduced in 0.33.0), so
I replaced it with `--tiebreak=index` and `--reverse`.
2023-10-05 10:04:38 +02:00
8ccaf2bfec zsh: kill whole line with ^u rather than from start of insert 2023-10-04 23:52:06 +02:00
91719784e5 zsh: add fzf key bindings 2023-10-04 23:51:43 +02:00
589f310ef8 zsh: revert to simpler widget naming 2023-10-04 23:45:36 +02:00
0e18599a8d zsh: rename: vi-mode -> line-editor 2023-10-04 22:23:56 +02:00
1f3d8d824c zsh: add key bindings 2023-10-04 22:22:46 +02:00
56f97684a8 zsh: minor renames/reorder 2023-10-04 21:46:18 +02:00
a8c557f4d2 install: fix undefined variables 2023-10-03 23:07:39 +02:00
27d284ddd2 zsh: remove extra newline before prompt 2023-10-03 18:57:22 +02:00
f8c2672253 debian: replace python3-venv with python3-virtualenv 2023-10-03 13:43:14 +02:00
f17da909bd install.sh: fix SC2209 2023-10-03 12:51:22 +02:00
bd7f6613b1 install.sh: exit on errors 2023-10-03 12:50:30 +02:00
2f4b5322a6 install.sh: fix formatting 2023-10-03 12:47:30 +02:00
56382e39b2 vim: add syntax highlight for AppleScript 2023-10-01 23:47:01 +02:00
82a08405c5 zsh: use grep from homebrew if available 2023-10-01 23:46:26 +02:00
e133205865 git: add start alias 2023-10-01 23:45:28 +02:00
7c68f1bbb0 debian: add python3-venv 2023-09-13 09:12:57 +02:00
eb021db36b vim/diagnostic: only jump to next/prev if there is a visible diagnostic 2023-09-06 09:48:21 +02:00
dfe0e1cd6a mintty: update config
This is a snapshot of my current wsltty config on Windows.
2023-09-06 08:58:07 +02:00
f87c6cb390 vim/diagnostic: only navigate items with visible virtual text 2023-09-05 13:12:26 +02:00
2f5cad1109 vim/diagnostic: add mapping to change displayed virtual text level 2023-09-05 12:53:09 +02:00
13561a7e36 vim: use <Up>/<Down> to navigate diagnostics 2023-09-05 11:12:48 +02:00
43b5d5c8a5 vim: always show sign columns
I didn't like the signs over the numbers, but also don't want the
jumpiness of the 'auto' mode.
2023-09-05 09:59:01 +02:00
715412182e vim: spelling updates 2023-09-01 08:52:12 +02:00