Commit Graph

617 Commits

Author SHA1 Message Date
dd53dfbccd
nvim: telescope: show hidden files by default 2022-09-01 20:23:18 +02:00
d1e7ea346a
zsh: add keybinding M-BackSpace -> backward-delete-word
C-BackSpace is mapped to M-BackSpace in my terminal, because it sends
C-H otherwise. But it really is mapped to ESC-DEL. It gets interpreted
differently. 🥴
2022-09-01 04:48:06 +02:00
bd7943dbc4
Revert "alacritty: remove Ctrl-Backspace workaround"
Ctrl-Backspace sends ^H without it. Now it sends Escape-Backspace again.

This reverts commit 243abf1b7f.
2022-09-01 04:37:02 +02:00
3709404c1e
nvim: use make instead of cmake for telescope-extension
cmake didn't work in termux 🤷
2022-09-01 03:20:00 +02:00
4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
aabbf6b237
nvim: only activate vimtex if xelatex is installed 2022-09-01 00:48:12 +02:00
7bc6c81176
nvim: show function signature in status line 2022-09-01 00:24:53 +02:00
93de794218
nvim: add nvim-surround 2022-08-31 22:59:30 +02:00
401aaf87d7
zsh: use vi-mode 2022-08-31 22:46:35 +02:00
4b79f6ad6f
nvim: add vimtex 2022-08-31 22:46:20 +02:00
243abf1b7f
alacritty: remove Ctrl-Backspace workaround
i don't remember why it is there, but it conflicts with zsh bindkey's
vi-mode
2022-08-31 22:46:00 +02:00
0ae063c29f
nvim: improve system clipboard/selection keymaps 2022-08-31 06:31:13 +02:00
1bd9482e06
nvim: prefer pattern in project detection 2022-08-31 06:10:03 +02:00
b6e41a95fa
typo 2022-08-31 06:09:43 +02:00
6ad132817d
nvim: make mind window wider 2022-08-31 03:55:28 +02:00
239579c979
nvim: add GUI config
mouse, context menu
2022-08-31 03:18:16 +02:00
c4dd5424f4
nvim: add keymap for :bdelete 2022-08-31 02:33:28 +02:00
cc2d343e4d
nvim: add cmake language server config 2022-08-31 02:31:00 +02:00
9ac5d0065f
zsh: fix in-nvim detection 2022-08-30 22:30:18 +02:00
80961265ea
nvim: fix treesitter update command 2022-08-30 18:59:12 +02:00
48f93ed887
nvim: don't show filename in firenvim 2022-08-30 18:32:38 +02:00
996b13e954
nvim: fix pkgdev commands 2022-08-30 18:19:48 +02:00
9cf7c88e93
nvim: drop PackerInstall rule 2022-08-30 16:47:20 +02:00
d6b2afbfc2
nvim: add pkgdev command 2022-08-30 07:15:18 +02:00
8e66492de5
nvim: open packer in popup window 2022-08-30 06:59:30 +02:00
b5f827652c
nvim: reduce message area to 1 line 2022-08-30 06:39:36 +02:00
637ed9f4cb
nvim: comfier fuzzy sorter for telescope 2022-08-30 06:39:04 +02:00
7135cc378c
nvim: lsp: add bash-language-server 2022-08-30 06:26:31 +02:00
d62be7cb66
nvim: set filetype for QML files 2022-08-30 01:29:26 +02:00
f082b1a28a
nvim: use treesitter for QML 2022-08-30 01:24:41 +02:00
4af5a99a8d
nvim: add QML support 2022-08-29 23:29:06 +02:00
c82ec04134
document mxc2http better 2022-08-29 18:15:35 +02:00
df0eb72325
update mxc2http 2022-08-29 18:04:34 +02:00
17b80ed4ea
nvim: move some keymaps, fix some requires 2022-08-29 04:24:01 +02:00
374b4ed38d
nvim: add autosplit workaround vor NeogitCommitMessage
it doesn't work with vim.g.autosplit_ft, probably because the filetype
is set later than expected
2022-08-28 23:49:13 +02:00
5602a63e52
nvim: open diagnostics with F7 2022-08-28 21:39:24 +02:00
4fb84796ca
nvim: statusline: display function after filename 2022-08-28 21:12:57 +02:00
4a72940690
nvim: set terminal title 2022-08-28 21:12:23 +02:00
095e0cefc5
nvim: use git completions in NeogitCommitMessage
this doesn't work currently, probably because the ft is set too late?
2022-08-28 20:40:39 +02:00
56bb5c8248
nvim: add DAP 2022-08-28 20:30:59 +02:00
0d4551a2d4
nvim: don't autosplit everything
it clashes with dap-ui
2022-08-28 20:30:30 +02:00
330909bdf1
git: globally ignore /.mind/ (note trees) 2022-08-28 17:03:59 +02:00
0dba88f1d5
nvim: create socket dir if it doesn't exist 2022-08-27 17:55:09 +02:00
f3621425c8
save last 1000 files instead of 100 2022-08-27 17:42:03 +02:00
5c381ad548
nvim: change server socket fallback to user dir 2022-08-27 17:41:41 +02:00
80a206efbf
nvim: add autosplit 2022-08-26 17:39:49 +02:00
6b85f5bddf
nvim: use global status line 2022-08-26 04:22:48 +02:00
6d678df2f0
nvim: don't show todo signs in sign column 2022-08-26 04:10:50 +02:00
1abe12ed87
nvim: add mind 2022-08-26 04:10:26 +02:00
7783bb9c0d
nvim: lualine: don't display some things in small windows 2022-08-26 04:08:10 +02:00