-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mappings
66 lines (61 loc) · 2.49 KB
/
.mappings
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
59
60
61
62
63
64
65
66
# =============================================================================
# File : .mappings
# Author : yukimemi
# Last Change : 2024/11/05 13:57:08.
# =============================================================================
[general]
".config" = "~/.config"
".editorconfig" = "~/.editorconfig"
".shelp" = "~/.shelp"
".stack" = "~/.stack"
".surfingkeys.js" = "~/.surfingkeys.js"
".zprofile" = "~/.zprofile"
".zshenv" = "~/.zshenv"
".zshrc" = "~/.zshrc"
".p10k.zsh" = "~/.p10k.zsh"
".win-vind" = "~/.win-vind"
[windows]
".config/rhq" = "~/AppData/Roaming/rhq"
".config/helix" = "~/AppData/Roaming/helix"
".config/nushell" = "~/AppData/Roaming/nushell"
".config/yazi" = "~/AppData/Roaming/yazi/config"
".config/nvim" = ["~/vimfiles", "~/AppData/Local/nvim"]
".vimrc" = "~/_vimrc"
".gvimrc" = "~/_gvimrc"
".hyper.js" = ["~/AppData/Roaming/Hyper/.hyper.js", "~/.hyper.js"]
"win/Microsoft.PowerShell_profile.ps1" = [
"~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1",
"~/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1",
"~/OneDrive/ドキュメント/PowerShell/Microsoft.PowerShell_profile.ps1",
"~/OneDrive/ドキュメント/WindowsPowerShell/Microsoft.PowerShell_profile.ps1",
]
"win/cmd/init.cmd" = "~/.init.cmd"
"win/terminus/config.yaml" = "~/AppData/Roaming/terminus/config.yaml"
"win/wt/settings.json" = [
"~/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json",
"~/AppData/Local/Packages/Microsoft.WindowsTerminalPreview_8wekyb3d8bbwe/LocalState/settings.json",
]
".glzr/glazewm/config.yaml" = "~/.glzr/glazewm/config.yaml"
".config/jj" = "~/AppData/Roaming/jj"
[darwin]
".config/espanso" = "~/Library/Preferences/espanso"
".config/rhq" = "~/Library/Preferences/rhq"
".vimrc" = "~/.vimrc"
".gvimrc" = "~/.gvimrc"
".config/nvim" = "~/.vim"
".hyper.js" = ["~/Library/Application Support/Hyper/.hyper.js", "~/.hyper.js"]
".profile" = "~/.profile"
".tmux.conf" = "~/.tmux.conf"
"win/Microsoft.PowerShell_profile.ps1" = "~/.config/PowerShell/Microsoft.PowerShell_profile.ps1"
"mac/Library/LaunchAgents/com.Neovide.set-multigrid.plist" = "~/Library/LaunchAgents/com.Neovide.set-multigrid.plist"
".config/jj" = "~/Library/Application Support/jj"
[linux]
".vimrc" = "~/.vimrc"
".gvimrc" = "~/.gvimrc"
".config/nvim" = "~/.vim"
".hyper.js" = "~/.hyper.js"
".inputrc" = "~/.inputrc"
".tmux.conf" = "~/.tmux.conf"
".xmodmap" = "~/.xmodmap"
"win/Microsoft.PowerShell_profile.ps1" = "~/.config/powershell/Microsoft.PowerShell_profile.ps1"
# vim: ft=toml: