1
0
Fork 0
Commit Graph

63 Commits

Author SHA1 Message Date
chylex e7dca24993
Update .ideavimrc (add call hierarchy support for Rider) 2024-03-30 13:35:57 +01:00
chylex ac9b1d4248
Update .ideavimrc (use ShowHoverInfo instead of QuickJavaDoc) 2024-02-18 20:05:25 +01:00
chylex 41840c7b33
Update .ideavimrc (map +/- in visual mode to Extend/Shrink selection) 2024-02-18 18:46:48 +01:00
chylex 939134dc49
Update .ideavimrc (remap NERDTree bindings) 2024-02-15 07:55:27 +01:00
chylex 6681099e47
Update .ideavimrc (remove custom G bindings) 2024-01-24 02:15:23 +01:00
chylex 0903e926bb
Update .vimrc & .ideavimrc (swap ů/§ and add matchit mapping) 2024-01-24 02:05:38 +01:00
chylex cab52d34b1
Update .ideavimrc (use Alt-V to enter visual block mode) 2023-12-05 04:57:08 +01:00
chylex 4203b6e583
Update .ideavimrc (fix comment breaking "gf" mapping) 2023-11-21 09:41:44 +01:00
chylex daea01656e
Update .ideavimrc (update mappings for type navigation & add mapping for String Manipulation) 2023-11-18 12:22:43 +01:00
chylex f66f0990ff
Update .ideavimrc (remove bindings for navigating tabs) 2023-11-18 07:13:22 +01:00
chylex 96e832c9cc
Update .ideavimrc (tweak mappings for tab management) 2023-11-18 07:13:22 +01:00
chylex 7ca80f443f
Update .ideavimrc (add AceJump binding to jump to declaration) 2023-11-17 13:08:39 +01:00
chylex 19d10e7428
Update .ideavimrc (migrate from :raction to <Action>) 2023-11-17 13:08:19 +01:00
chylex e0b0194256
Update .ideavimrc (use Ctrl instead of Alt for navigating editor tabs) 2023-11-17 07:18:29 +01:00
chylex b739008bc5
Update .ideavimrc (fix action to "Jump to Source" using a custom IdeaVIM version) 2023-11-15 01:23:23 +01:00
chylex 3c66f4c85b
Update .ideavimrc (update tab management) 2023-11-14 22:56:25 +01:00
chylex bd5fb52aa7
Update .ideavimrc (add missing handler) 2023-11-14 21:21:42 +01:00
chylex 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
chylex 61f69a7774
Update .ideavimrc (navigate paragraphs at indentation level) 2023-11-14 13:36:49 +01:00
chylex 6c62422353
Update .ideavimrc (remove vim-based bindings to toggle comments) 2023-11-14 13:36:49 +01:00
chylex 1d9efca953
Update .ideavimrc (add actions for local/git history) 2023-11-14 13:36:43 +01:00
chylex 6ac6c169fa
Update .ideavimrc (rebind tab management) 2023-11-09 21:25:21 +01:00
chylex dc68b2d2a0
Update .ideavimrc (migrate from :action to Action) 2023-11-09 21:06:10 +01:00
chylex 8dcd87f989
Update .ideavimrc (add new custom g/m bindings) 2023-11-09 20:35:30 +01:00
chylex d1e531074c
Update .ideavimrc (add binding to add/remove comment) 2023-11-09 20:03:17 +01:00
chylex 50312ccf3b
Update .ideavimrc (replace custom binding for curly brackets) 2023-11-09 14:20:25 +01:00
chylex 28098843d2
Update .ideavimrc (improve shortcut for previous/next method) 2023-11-09 14:19:52 +01:00
chylex 01e92b8cb2
Update .ideavimrc (make increment/decrement rebinds work in other modes) 2023-11-09 13:38:01 +01:00
chylex ea590d93c1
Update .vimrc & .ideavimrc (enter visual block mode by pressing v in visual mode) 2023-11-08 02:49:24 +01:00
chylex 3286d65e8d
Update .vimrc & .ideavimrc (reduce mappings interfering with select mode) 2023-11-08 02:49:24 +01:00
chylex f700848658
Update .vimrc & .ideavimrc (use Space<char> for easymotion) 2023-11-08 02:49:24 +01:00
chylex adcaeb0403
Update .vimrc & .ideavimrc (use native way of putting without overwriting register) 2023-11-08 01:51:08 +01:00
chylex 54284be64b
Update .vimrc & .ideavimrc (fix Alt-B mapping in visual mode) 2023-11-08 01:48:10 +01:00
chylex f271ae0d8f
Update .ideavimrc (navigate back/forward) 2023-11-08 01:48:10 +01:00
chylex 014763826f
Update .ideavimrc (navigate to hump ends in visual mode) 2023-11-08 01:48:10 +01:00
chylex 2368dc86c4
Update .ideavimrc (remove workaround for statement completion) 2023-10-20 01:07:23 +02:00
chylex 3fe3a9a285
Update .ideavimrc (make tab switching work in insert mode) 2023-10-20 00:02:19 +02:00
chylex 14691e4ed9
Update .ideavimrc (disable global mode) 2023-10-20 00:01:57 +02:00
chylex 3b7145539e
Update .ideavimrc (remove Alt-Shift-N binding for multiple-cursors plugin) 2023-10-19 10:18:13 +02:00
chylex df3e108327
Update .ideavimrc (add new and improved actions) 2023-10-19 06:46:13 +02:00
chylex 569dc0caad
Update .vimrc & .ideavimrc (fix alternative way to enter visual block mode in operator-pending mode) 2023-10-19 06:32:56 +02:00
chylex 8a5da89d0f
Update .vimrc & .ideavimrc (remove navigating to indents) 2023-10-19 06:30:55 +02:00
chylex 2bd9758639
Update .vimrc & .ideavimrc (increment/decrement numbers) 2023-10-19 06:30:48 +02:00
chylex 9efdf74626
Update .ideavimrc (fix camel humps) 2023-10-19 06:29:00 +02:00
chylex c31dbc308a
Update .ideavimrc (IDE keybindings, WSL, comments) 2023-10-19 06:28:58 +02:00
chylex 63cd476e43
Update .ideavimrc (maximize scrolloff, enable global mode, enable nerdtree) 2023-10-05 06:05:51 +02:00
chylex e491daeaa1
Update AceJump mappings for IdeaVIM 2023-07-28 08:10:55 +02:00
chylex ecd3b7374d
Update .vimrc & .ideavimrc (delete lines, remove edit from cursor to end of special characters) 2023-02-04 03:39:21 +01:00
chylex 2ac125eb0a
Update .vimrc & .ideavimrc (new bindings, camel humps) 2023-01-09 06:16:41 +01:00
chylex 8c84026cec
Update .ideavimrc (bind Alt-B to ge) 2023-01-04 06:38:53 +01:00