-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathghostty
More file actions
58 lines (51 loc) · 1.38 KB
/
Copy pathghostty
File metadata and controls
58 lines (51 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
shell-integration = fish
shell-integration-features = ssh-env,no-cursor,no-title
font-family = Inconsolata Nerd Font
font-size = 13
custom-shader-animation = false
# Everforest Dark
background = 2d353b
foreground = d3c6aa
cursor-color = d3c6aa
cursor-style = block
cursor-style-blink = false
selection-background = 425047
selection-foreground = d3c6aa
palette = 0=#4a555b
palette = 1=#e67e80
palette = 2=#a7c080
palette = 3=#dbbc7f
palette = 4=#7fbbb3
palette = 5=#d699b6
palette = 6=#83c092
palette = 7=#d3c6aa
palette = 8=#525c62
palette = 9=#e67e80
palette = 10=#a7c080
palette = 11=#dbbc7f
palette = 12=#7fbbb3
palette = 13=#d699b6
palette = 14=#83c092
palette = 15=#d3c6aa
# Window
gtk-titlebar = false
window-decoration = none
window-padding-x = 2
window-padding-y = 0
window-vsync = true
# Scrollback
scrollback-limit = 100000
mouse-scroll-multiplier = 6
# Keybinds
keybind = shift+up=jump_to_prompt:-1
keybind = shift+down=jump_to_prompt:1
keybind = shift+enter=text:\x1b\r
keybind = ctrl+n=navigate_search:next
keybind = ctrl+m=navigate_search:previous
keybind = ctrl+j=text:\x0a
keybind = ctrl+k=text:\x0b
# macOS: Ctrl-Shift-C/V for copy/paste (matches the terminal-emulator
# exception in the karabiner-windows-mode ruleset elsewhere in this repo).
# No-op on Linux, which has no default binding on these keys.
keybind = ctrl+shift+c=copy_to_clipboard
keybind = ctrl+shift+v=paste_from_clipboard