1
0
Fork 0
Commit Graph

721 Commits

Author SHA1 Message Date
tastytea 07e242e06b
zsh: don't change cursor style on linux TTY 2022-09-01 20:50:14 +02:00
tastytea 26dadff7f2
nvim: autosplit fugitive windows 2022-09-01 20:24:22 +02:00
tastytea 0227e42135
zsh: change cursor based on mode 2022-09-01 20:24:05 +02:00
tastytea e0d1f648f8
nvim: add table-mode 2022-09-01 20:23:38 +02:00
tastytea dd53dfbccd
nvim: telescope: show hidden files by default 2022-09-01 20:23:18 +02:00
tastytea 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
tastytea 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
tastytea 3709404c1e
nvim: use make instead of cmake for telescope-extension
cmake didn't work in termux 🤷
2022-09-01 03:20:00 +02:00
tastytea 4e58c35782
nvim: remove unneeded requires 2022-09-01 00:51:15 +02:00
tastytea aabbf6b237
nvim: only activate vimtex if xelatex is installed 2022-09-01 00:48:12 +02:00
tastytea 7bc6c81176
nvim: show function signature in status line 2022-09-01 00:24:53 +02:00
tastytea 93de794218
nvim: add nvim-surround 2022-08-31 22:59:30 +02:00
tastytea 401aaf87d7
zsh: use vi-mode 2022-08-31 22:46:35 +02:00
tastytea 4b79f6ad6f
nvim: add vimtex 2022-08-31 22:46:20 +02:00
tastytea 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
tastytea 0ae063c29f
nvim: improve system clipboard/selection keymaps 2022-08-31 06:31:13 +02:00
tastytea 1bd9482e06
nvim: prefer pattern in project detection 2022-08-31 06:10:03 +02:00
tastytea b6e41a95fa
typo 2022-08-31 06:09:43 +02:00
tastytea 6ad132817d
nvim: make mind window wider 2022-08-31 03:55:28 +02:00
tastytea 239579c979
nvim: add GUI config
mouse, context menu
2022-08-31 03:18:16 +02:00
tastytea c4dd5424f4
nvim: add keymap for :bdelete 2022-08-31 02:33:28 +02:00
tastytea cc2d343e4d
nvim: add cmake language server config 2022-08-31 02:31:00 +02:00
tastytea 9ac5d0065f
zsh: fix in-nvim detection 2022-08-30 22:30:18 +02:00
tastytea 80961265ea
nvim: fix treesitter update command 2022-08-30 18:59:12 +02:00
tastytea 48f93ed887
nvim: don't show filename in firenvim 2022-08-30 18:32:38 +02:00
tastytea 996b13e954
nvim: fix pkgdev commands 2022-08-30 18:19:48 +02:00
tastytea 9cf7c88e93
nvim: drop PackerInstall rule 2022-08-30 16:47:20 +02:00
tastytea d6b2afbfc2
nvim: add pkgdev command 2022-08-30 07:15:18 +02:00
tastytea 8e66492de5
nvim: open packer in popup window 2022-08-30 06:59:30 +02:00
tastytea b5f827652c
nvim: reduce message area to 1 line 2022-08-30 06:39:36 +02:00
tastytea 637ed9f4cb
nvim: comfier fuzzy sorter for telescope 2022-08-30 06:39:04 +02:00
tastytea 7135cc378c
nvim: lsp: add bash-language-server 2022-08-30 06:26:31 +02:00
tastytea d62be7cb66
nvim: set filetype for QML files 2022-08-30 01:29:26 +02:00
tastytea f082b1a28a
nvim: use treesitter for QML 2022-08-30 01:24:41 +02:00
tastytea 4af5a99a8d
nvim: add QML support 2022-08-29 23:29:06 +02:00
tastytea c82ec04134
document mxc2http better 2022-08-29 18:15:35 +02:00
tastytea df0eb72325
update mxc2http 2022-08-29 18:04:34 +02:00
tastytea 17b80ed4ea
nvim: move some keymaps, fix some requires 2022-08-29 04:24:01 +02:00
tastytea 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
tastytea 5602a63e52
nvim: open diagnostics with F7 2022-08-28 21:39:24 +02:00
tastytea 4fb84796ca
nvim: statusline: display function after filename 2022-08-28 21:12:57 +02:00
tastytea 4a72940690
nvim: set terminal title 2022-08-28 21:12:23 +02:00
tastytea 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
tastytea 56bb5c8248
nvim: add DAP 2022-08-28 20:30:59 +02:00
tastytea 0d4551a2d4
nvim: don't autosplit everything
it clashes with dap-ui
2022-08-28 20:30:30 +02:00
tastytea 330909bdf1
git: globally ignore /.mind/ (note trees) 2022-08-28 17:03:59 +02:00
tastytea 0dba88f1d5
nvim: create socket dir if it doesn't exist 2022-08-27 17:55:09 +02:00
tastytea f3621425c8
save last 1000 files instead of 100 2022-08-27 17:42:03 +02:00
tastytea 5c381ad548
nvim: change server socket fallback to user dir 2022-08-27 17:41:41 +02:00
tastytea 80a206efbf
nvim: add autosplit 2022-08-26 17:39:49 +02:00