Commit Graph

50 Commits

Author SHA1 Message Date
44b45b7c11 simply apply pwsh as shell for wsl instead of f7e7530 2024-10-24 16:42:05 +02:00
7404b85ee4 bugfix: use pwsh by explicite file extension 2024-10-22 16:40:16 +02:00
f7e753013c using powershell/pwsh for windows/wsl installations 2024-10-22 14:55:08 +02:00
6e8f9931e0 bugfix: remove old bdelete keymap to be replaced by vim-bbye 2024-10-22 14:50:59 +02:00
d45de7ce83 suppress errors on switch to alt-file when deleting buffer 2024-10-17 11:45:26 +02:00
5795aa73ef use alt-file when deleting current buffer 2024-10-17 11:44:08 +02:00
bebfb5808f bugfix: fix path keymap to lowercase for edgecases 2024-08-20 08:42:51 +02:00
cfaf706a07 delete unused void register keymaps 2024-08-07 12:21:08 +02:00
842c704a99 use quickfix instead of locations list for diagnostics 2024-08-07 12:16:39 +02:00
1d1d8447f7 added keymap to paste in terminal mode 2024-08-05 16:25:19 +02:00
6746dd6fbe Merge remote-tracking branch 'modular/master' 2024-07-31 12:03:52 +02:00
Damjan 9000
5a2930fe62 Merge 'upstream' conform warning, redundant hlsearch
Modify conform comments to prevent deprecation warning when used
Remove redundant hlsearch option
2024-07-28 20:50:15 +02:00
811f2c71d9 change to base directory and home keymaps 2024-07-28 20:45:31 +02:00
1f7e2bd3c8 bugfix: merge after effects and general clean up 2024-07-25 20:48:43 +02:00
Damjan 9000
e1d6094136 Merge 'upstream' Neovim 0.10 updates and more
Merged commits from upstream:

Update comment about the toggle inlay hints keymap
lint: fix lsp warning in `vim.lsp.inlay_hint.is_enabled`
Update lazydev config to fix "Undefined field `fs_stat`" LSP error
Neovim 0.10 updates
Fix comment about mini.ai example
Make conform.nvim be lazy-loadable again
Update README.md | %userprofile%\appdata\local -> %localappdata%
Make debug lazy loadable
Remove redundant require
Fix neo-tree keymap description
fix: add required parsers from nvim-treesitter
2024-07-22 20:25:55 +02:00
d556ce0aca delete buffer keymap replaced by lua 2024-07-15 20:24:37 +02:00
b6acf5ccb1 manual file path fix for relative paths 2024-07-10 17:41:50 +02:00
de146ec6de QoL: highlighting and feeback 2024-07-10 17:41:49 +02:00
197b1f4ca0 copying extracted data to system clipboard 2024-07-10 17:41:49 +02:00
6806aa7977 match lines based on input expr 2024-07-10 17:41:48 +02:00
704f92592b getting selected lines only in visual mode 2024-07-10 17:41:48 +02:00
c240529edd global cmd with capture group yank 2024-07-10 17:41:47 +02:00
4675abf4fa replace insert mode pasting 2024-07-03 14:03:44 +02:00
0cbd3722da keymap to automatically navigate to neovim config 2024-06-19 19:46:09 +02:00
a1ad7012fa bugfix: extract insert-mode to separate keymap 2024-05-14 08:50:02 +02:00
b85dd68579 better keymap capitalization 2024-05-14 08:45:38 +02:00
34882dc55f resize window keymaps 2024-05-14 08:41:24 +02:00
d315af770e bugfix: added system clipboard paste in insert mode 2024-05-07 12:20:14 +02:00
bc4cd2a521 added copy/paste from system clipboard in neovide 2024-04-30 08:59:51 +02:00
2e422471b6 quickfix navigation keymaps 2024-04-14 16:23:39 +02:00
021d2774e7 cd to startup directory keymap 2024-04-08 13:18:48 +02:00
2e370c9c78 better cd-prepare keymap 2024-04-08 11:39:27 +02:00
82c98b224a move git-related plugins to custom/fugitive 2024-03-26 08:35:21 +01:00
a71cb4f215 buffer switching keymaps 2024-03-19 13:32:42 +01:00
1849485415 buffer delete without closing window keymap 2024-03-08 09:19:27 +01:00
8b16b56386 [g]it [s]tatus keymap, use current window 2024-03-07 14:19:29 +01:00
aa9dea494a open terminal keymap 2024-03-07 14:17:46 +01:00
4590c8b423 simple exit terminal description 2024-03-07 14:17:22 +01:00
4673abea85 Merge remote-tracking branch 'modular/master' 2024-03-05 09:11:28 +01:00
Damjan 9000
df166c3b8b Merge 'upstream/master' chore: fix typos 2024-03-01 23:11:08 +01:00
a96ae14c51 Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-03-01 09:15:22 +01:00
3b24286f30 better keymap assignment 2024-02-28 14:58:12 +01:00
778776a45c additional custom keymaps 2024-02-28 08:56:41 +01:00
baba79c8b1 paste/delete without yank 2024-02-28 08:03:26 +01:00
6d15dd4ed1 no arrow keys, even in visual mode 2024-02-28 08:03:09 +01:00
403077873f Merge branch 'master' of https://github.com/nvim-lua/kickstart.nvim into nvim-lua-master 2024-02-27 14:38:33 +01:00
Damjan 9000
f94c10e3bd Merge 'upstream/master' fixups (autocommand, auto_install)
fixup: change comment to reflect auto_install
fixup: add autocommand link for help and description
2024-02-26 21:18:37 +01:00
Damjan 9000
1ff3a155aa Merge 'upstream/master' rewrite: slimmer, trimmer and more lazy kickstart.nvim 2024-02-26 21:15:29 +01:00
Damjan 9000
8801505f96 Merge remote-tracking branch 'upstream/master'
- init.lua: minor edits of section comments for consistency
- init.lua: move diagnostic keymaps together with other keymaps
2023-11-07 17:20:40 +01:00
Damjan 9000
79e010e681 Added lua/keymaps.lua 2023-11-03 21:01:49 +01:00