1
0
mirror of https://github.com/chylex/dotfiles.git synced 2024-10-16 23:42:48 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
c83891317f
Update .ideavimrc (make more actions usable in visual mode) 2024-10-12 08:50:38 +02:00
5ce16f984f
Update .ideavimrc (allow jumping to source even in visual mode) 2024-09-19 06:34:36 +02:00
83d12be425
Update .ideavimrc (enable search highlights) 2024-09-08 18:21:13 +02:00
c0c7eccc1d
Update .ideavimrc (fix camel hump navigation) 2024-08-24 15:03:48 +02:00
abc7112e75
Update .ideavimrc (fix camel hump navigation) 2024-08-14 11:56:04 +02:00
21e38d0d08
Update .ideavimrc (disable ideaput) 2024-08-11 10:58:53 +02:00
a3c4fe7259
Update .vimrc and .ideavimrc (fix inconsistency in capitalization) 2024-07-07 07:14:48 +02:00
67c485da65
Update .ideavimrc (add mapping for Compare with Clipboard) 2024-07-07 04:07:01 +02:00
62edd5222d
Update .ideavimrc (remove bindings to Extend/Shrink selection) 2024-07-06 18:05:57 +02:00
9fa73b1ba8
Update .ideavimrc (disable NERDTree) 2024-05-07 02:09:05 +02:00
e7dca24993
Update .ideavimrc (add call hierarchy support for Rider) 2024-03-30 13:35:57 +01:00
ac9b1d4248
Update .ideavimrc (use ShowHoverInfo instead of QuickJavaDoc) 2024-02-18 20:05:25 +01:00
41840c7b33
Update .ideavimrc (map +/- in visual mode to Extend/Shrink selection) 2024-02-18 18:46:48 +01:00
939134dc49
Update .ideavimrc (remap NERDTree bindings) 2024-02-15 07:55:27 +01:00
6681099e47
Update .ideavimrc (remove custom G bindings) 2024-01-24 02:15:23 +01:00
0903e926bb
Update .vimrc & .ideavimrc (swap ů/§ and add matchit mapping) 2024-01-24 02:05:38 +01:00
cab52d34b1
Update .ideavimrc (use Alt-V to enter visual block mode) 2023-12-05 04:57:08 +01:00
4203b6e583
Update .ideavimrc (fix comment breaking "gf" mapping) 2023-11-21 09:41:44 +01:00
daea01656e
Update .ideavimrc (update mappings for type navigation & add mapping for String Manipulation) 2023-11-18 12:22:43 +01:00
f66f0990ff
Update .ideavimrc (remove bindings for navigating tabs) 2023-11-18 07:13:22 +01:00
96e832c9cc
Update .ideavimrc (tweak mappings for tab management) 2023-11-18 07:13:22 +01:00
7ca80f443f
Update .ideavimrc (add AceJump binding to jump to declaration) 2023-11-17 13:08:39 +01:00
19d10e7428
Update .ideavimrc (migrate from :raction to <Action>) 2023-11-17 13:08:19 +01:00
e0b0194256
Update .ideavimrc (use Ctrl instead of Alt for navigating editor tabs) 2023-11-17 07:18:29 +01:00
b739008bc5
Update .ideavimrc (fix action to "Jump to Source" using a custom IdeaVIM version) 2023-11-15 01:23:23 +01:00
3c66f4c85b
Update .ideavimrc (update tab management) 2023-11-14 22:56:25 +01:00
bd5fb52aa7
Update .ideavimrc (add missing handler) 2023-11-14 21:21:42 +01:00
8a7a591d68
Update .ideavimrc (restore square bracket commands & re-add bindings for next/previous method using IDEA action) 2023-11-14 13:50:51 +01:00
61f69a7774
Update .ideavimrc (navigate paragraphs at indentation level) 2023-11-14 13:36:49 +01:00
6c62422353
Update .ideavimrc (remove vim-based bindings to toggle comments) 2023-11-14 13:36:49 +01:00
1d9efca953
Update .ideavimrc (add actions for local/git history) 2023-11-14 13:36:43 +01:00
6ac6c169fa
Update .ideavimrc (rebind tab management) 2023-11-09 21:25:21 +01:00
dc68b2d2a0
Update .ideavimrc (migrate from :action to Action) 2023-11-09 21:06:10 +01:00
8dcd87f989
Update .ideavimrc (add new custom g/m bindings) 2023-11-09 20:35:30 +01:00
d1e531074c
Update .ideavimrc (add binding to add/remove comment) 2023-11-09 20:03:17 +01:00
50312ccf3b
Update .ideavimrc (replace custom binding for curly brackets) 2023-11-09 14:20:25 +01:00
28098843d2
Update .ideavimrc (improve shortcut for previous/next method) 2023-11-09 14:19:52 +01:00
01e92b8cb2
Update .ideavimrc (make increment/decrement rebinds work in other modes) 2023-11-09 13:38:01 +01:00
ea590d93c1
Update .vimrc & .ideavimrc (enter visual block mode by pressing v in visual mode) 2023-11-08 02:49:24 +01:00
3286d65e8d
Update .vimrc & .ideavimrc (reduce mappings interfering with select mode) 2023-11-08 02:49:24 +01:00
f700848658
Update .vimrc & .ideavimrc (use Space<char> for easymotion) 2023-11-08 02:49:24 +01:00
adcaeb0403
Update .vimrc & .ideavimrc (use native way of putting without overwriting register) 2023-11-08 01:51:08 +01:00
54284be64b
Update .vimrc & .ideavimrc (fix Alt-B mapping in visual mode) 2023-11-08 01:48:10 +01:00
f271ae0d8f
Update .ideavimrc (navigate back/forward) 2023-11-08 01:48:10 +01:00
014763826f
Update .ideavimrc (navigate to hump ends in visual mode) 2023-11-08 01:48:10 +01:00
2368dc86c4
Update .ideavimrc (remove workaround for statement completion) 2023-10-20 01:07:23 +02:00
3fe3a9a285
Update .ideavimrc (make tab switching work in insert mode) 2023-10-20 00:02:19 +02:00
14691e4ed9
Update .ideavimrc (disable global mode) 2023-10-20 00:01:57 +02:00
3b7145539e
Update .ideavimrc (remove Alt-Shift-N binding for multiple-cursors plugin) 2023-10-19 10:18:13 +02:00
df3e108327
Update .ideavimrc (add new and improved actions) 2023-10-19 06:46:13 +02:00