warg
|
7b433addc4
|
feat(clipboard): fix clipboard for ssh+tmux
Fix clipboard when attaching to a tmux session
over SSH.
|
2024-03-29 01:17:37 +01:00 |
|
warg
|
2f6ff745c8
|
feat(line-length): update line length to 100 cols
|
2024-03-28 18:12:39 +01:00 |
|
warg
|
43069da8b0
|
fix(lsp): update bindings
|
2024-03-04 20:22:04 +01:00 |
|
warg
|
32618ac05b
|
fix(mappings): remove un-indent mapping in favor of the default <C-D>
|
2024-03-04 20:19:13 +01:00 |
|
warg
|
df6f9c1510
|
fix(mappings): add fallback for <C-e>
|
2024-03-04 20:18:25 +01:00 |
|
warg
|
c785fe4e8c
|
feat(core): Make it possible to un-indent in insert mode
|
2024-02-26 18:44:29 +01:00 |
|
warg
|
dd8440bdcb
|
fix(core): re-enable macro recording
|
2024-02-26 18:44:04 +01:00 |
|
warg
|
b6c977e5ed
|
chore: fix formatting
|
2024-02-26 18:43:05 +01:00 |
|
warg
|
230a583794
|
fix(zls): fix auto format on save
|
2024-02-26 18:42:03 +01:00 |
|
warg
|
1026946fad
|
feat(moonfly): add highlight for @variable.member
|
2024-02-26 18:40:44 +01:00 |
|
warg
|
78e34a9645
|
fix(freebsd): set locale with upper-case
|
2024-02-20 15:53:55 +01:00 |
|
warg
|
7a5340686a
|
Make bufwrite silent
|
2024-01-08 18:30:10 +01:00 |
|
warg
|
9e132603e2
|
chore: remove license headers
|
2024-01-08 11:18:13 +01:00 |
|
warg
|
448d6aa807
|
feat: customize moonfly
|
2024-01-07 15:18:15 +01:00 |
|
warg
|
b60067d496
|
[core] Restore default cmdheight
|
2023-12-22 23:34:18 +01:00 |
|
warg
|
aa415ec76c
|
Remove nvim-tree
|
2023-12-17 23:23:09 +01:00 |
|
warg
|
538d6b4b7e
|
Use the new fclose function for closing floating windows
|
2023-10-16 21:58:57 +02:00 |
|
warg
|
f6759c2512
|
Add yanking bindings
|
2023-10-15 01:53:46 +02:00 |
|
warg
|
a947c0a73c
|
Add some navigation mappings
|
2023-10-15 00:40:19 +02:00 |
|
warg
|
b449eccec9
|
Fix cycle buffers
|
2023-09-24 09:58:44 +02:00 |
|
warg
|
f16419e7e2
|
Set cmdheight=0
|
2023-09-24 04:54:50 +02:00 |
|
warg
|
337a65e87f
|
Clean up keymaps
|
2023-09-24 04:38:37 +02:00 |
|
warg
|
16f12ea1de
|
Set autoread
|
2023-09-22 02:45:03 +02:00 |
|
warg
|
a868c98f81
|
Add mapping for closing all floating windows
|
2023-09-22 02:44:57 +02:00 |
|
warg
|
d939bc6cea
|
Revert "Remove nvim-tree"
This reverts commit e5146fbaa4b222d128a338953d0557045a55df29.
|
2023-09-20 01:19:48 +02:00 |
|
warg
|
2028e47257
|
Set some keymaps as silent to reduce messages
|
2023-09-19 23:36:23 +02:00 |
|
warg
|
99e744f0de
|
Remove nvim-tree
|
2023-09-19 16:14:02 +02:00 |
|
warg
|
22187c326e
|
Fix formatting
|
2023-09-19 16:12:05 +02:00 |
|
warg
|
48d09e1802
|
Fix double write messages
|
2023-09-19 16:11:42 +02:00 |
|
warg
|
473863d5ae
|
Update globals
|
2023-09-19 16:11:27 +02:00 |
|
warg
|
41bcb60bdc
|
Fix call some methods more safely
|
2023-09-19 15:56:39 +02:00 |
|
warg
|
a667ad2c7f
|
Remove some optsion related to completion
|
2023-09-15 22:42:13 +02:00 |
|
warg
|
13b0b14c26
|
Enable mouse menu (for real this time)
|
2023-09-15 22:41:32 +02:00 |
|
warg
|
9bf8b587e7
|
Remove term autocmds that no longer works
|
2023-09-15 22:41:09 +02:00 |
|
warg
|
21b3eeaa4f
|
Do not focus NvimTree upon VimEnter
|
2023-09-15 22:40:48 +02:00 |
|
warg
|
308080b16f
|
Enable mouse menu
|
2023-09-15 22:40:01 +02:00 |
|
warg
|
f9872f9ab8
|
Unset cmdheight (bring it back)
|
2023-09-15 15:32:05 +02:00 |
|
warg
|
74d8b2c268
|
Disable textwidth
|
2023-09-14 18:26:29 +02:00 |
|
warg
|
fe821f82fe
|
Set cmdheight to 0
|
2023-09-13 23:43:54 +02:00 |
|
warg
|
e085e2efb9
|
Enable hlsearch
Can be cancelled with <C-l>
|
2023-09-13 16:11:50 +02:00 |
|
warg
|
6c8967b68b
|
Update LSP related keymaps
|
2023-09-13 16:11:24 +02:00 |
|
warg
|
810122d88b
|
Add colorcolumn
|
2023-09-11 13:53:09 +02:00 |
|
warg
|
17c1be7341
|
Reduce repeated lines
|
2023-09-10 22:54:26 +02:00 |
|
warg
|
c14ec52e8c
|
Separate system clipboard from nvim
|
2023-09-10 22:52:50 +02:00 |
|
warg
|
449facde2e
|
Explicitly set mode to visual instead of visual+select
|
2023-09-10 15:18:39 +02:00 |
|
warg
|
f5cc648a89
|
Remove many window and buffer mappings
|
2023-09-09 04:24:36 +02:00 |
|
warg
|
a9e27e6d96
|
Always show sign column
|
2023-09-07 07:36:28 +02:00 |
|
warg
|
f935c07a2f
|
Update window mappings
|
2023-09-04 21:31:02 +02:00 |
|
warg
|
103d939143
|
Cleanup tree
|
2023-09-04 20:25:03 +02:00 |
|
warg
|
f74d4c73f2
|
Add bufdelete
|
2023-09-04 20:24:59 +02:00 |
|