mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
7 commits
451f3db18a
...
0da2a3193d
Author | SHA1 | Date | |
---|---|---|---|
0da2a3193d | |||
6dfeabf453 | |||
6eeaea5113 | |||
21fcc64265 | |||
613e643c61 | |||
93c0b6286a | |||
0608a9f3d6 |
5 changed files with 27 additions and 32 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
live_config_reload = false
|
||||||
ipc_socket = false
|
ipc_socket = false
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
|
|
|
@ -1,37 +1,34 @@
|
||||||
(
|
(
|
||||||
focus_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
open_help: Some(( code: F(1), modifiers: "")),
|
||||||
focus_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)),
|
|
||||||
focus_above: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
|
|
||||||
focus_below: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
|
|
||||||
|
|
||||||
open_help: Some(( code: F(1), modifiers: ( bits: 0,),)),
|
move_left: Some(( code: Char('h'), modifiers: "")),
|
||||||
|
move_right: Some(( code: Char('l'), modifiers: "")),
|
||||||
|
move_up: Some(( code: Char('k'), modifiers: "")),
|
||||||
|
move_down: Some(( code: Char('j'), modifiers: "")),
|
||||||
|
|
||||||
|
popup_up: Some(( code: Char('p'), modifiers: "CONTROL")),
|
||||||
|
popup_down: Some(( code: Char('n'), modifiers: "CONTROL")),
|
||||||
|
page_up: Some(( code: Char('b'), modifiers: "CONTROL")),
|
||||||
|
page_down: Some(( code: Char('f'), modifiers: "CONTROL")),
|
||||||
|
home: Some(( code: Char('g'), modifiers: "")),
|
||||||
|
end: Some(( code: Char('G'), modifiers: "SHIFT")),
|
||||||
|
shift_up: Some(( code: Char('K'), modifiers: "SHIFT")),
|
||||||
|
shift_down: Some(( code: Char('J'), modifiers: "SHIFT")),
|
||||||
|
|
||||||
move_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)),
|
edit_file: Some(( code: Char('I'), modifiers: "SHIFT")),
|
||||||
move_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
|
||||||
move_up: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
|
|
||||||
move_down: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
|
|
||||||
popup_up: Some(( code: Char('p'), modifiers: ( bits: 2,),)),
|
|
||||||
popup_down: Some(( code: Char('n'), modifiers: ( bits: 2,),)),
|
|
||||||
page_up: Some(( code: Char('b'), modifiers: ( bits: 2,),)),
|
|
||||||
page_down: Some(( code: Char('f'), modifiers: ( bits: 2,),)),
|
|
||||||
home: Some(( code: Char('g'), modifiers: ( bits: 0,),)),
|
|
||||||
end: Some(( code: Char('G'), modifiers: ( bits: 1,),)),
|
|
||||||
shift_up: Some(( code: Char('K'), modifiers: ( bits: 1,),)),
|
|
||||||
shift_down: Some(( code: Char('J'), modifiers: ( bits: 1,),)),
|
|
||||||
|
|
||||||
edit_file: Some(( code: Char('I'), modifiers: ( bits: 1,),)),
|
status_reset_item: Some(( code: Char('U'), modifiers: "SHIFT")),
|
||||||
|
|
||||||
status_reset_item: Some(( code: Char('U'), modifiers: ( bits: 1,),)),
|
diff_reset_lines: Some(( code: Char('u'), modifiers: "")),
|
||||||
|
diff_stage_lines: Some(( code: Char('s'), modifiers: "")),
|
||||||
|
|
||||||
diff_reset_lines: Some(( code: Char('u'), modifiers: ( bits: 0,),)),
|
stashing_save: Some(( code: Char('w'), modifiers: "")),
|
||||||
diff_stage_lines: Some(( code: Char('s'), modifiers: ( bits: 0,),)),
|
stashing_toggle_index: Some(( code: Char('m'), modifiers: "")),
|
||||||
|
|
||||||
stashing_save: Some(( code: Char('w'), modifiers: ( bits: 0,),)),
|
stash_open: Some(( code: Char('l'), modifiers: "")),
|
||||||
stashing_toggle_index: Some(( code: Char('m'), modifiers: ( bits: 0,),)),
|
|
||||||
|
|
||||||
stash_open: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
abort_merge: Some(( code: Char('M'), modifiers: "SHIFT")),
|
||||||
|
|
||||||
abort_merge: Some(( code: Char('M'), modifiers: ( bits: 1,),)),
|
commit: Some(( code: Enter, modifiers: "")),
|
||||||
|
newline: Some(( code: Enter, modifiers: "ALT")),
|
||||||
undo_commit: Some(( code: Char('U'), modifiers: ( bits: 0,),)),
|
)
|
||||||
)
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ cursorline = true
|
||||||
idle-timeout = 5
|
idle-timeout = 5
|
||||||
true-color = true
|
true-color = true
|
||||||
bufferline = "always"
|
bufferline = "always"
|
||||||
color-modes = true
|
|
||||||
|
|
||||||
[editor.lsp]
|
[editor.lsp]
|
||||||
display-messages = true
|
display-messages = true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
scroll_buffer_size 100000
|
scroll_buffer_size 100000
|
||||||
|
|
||||||
mouse_mode false
|
// mouse_mode false
|
||||||
|
|
||||||
default_shell "/usr/bin/fish"
|
default_shell "/usr/bin/fish"
|
||||||
scrollback_editor "hx"
|
scrollback_editor "hx"
|
||||||
|
@ -11,7 +11,6 @@ session_serialization false
|
||||||
|
|
||||||
keybinds clear-defaults=true {
|
keybinds clear-defaults=true {
|
||||||
normal {
|
normal {
|
||||||
bind "Alt l" { NextSwapLayout; }
|
|
||||||
bind "Alt L" { SwitchToMode "locked"; }
|
bind "Alt L" { SwitchToMode "locked"; }
|
||||||
bind "Alt p" { SwitchToMode "pane"; }
|
bind "Alt p" { SwitchToMode "pane"; }
|
||||||
bind "Alt r" { SwitchToMode "resize"; }
|
bind "Alt r" { SwitchToMode "resize"; }
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
[deps]
|
[deps]
|
||||||
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
|
|
||||||
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
|
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
|
||||||
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
|
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
|
||||||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||||
|
|
Loading…
Reference in a new issue