Compare commits
3 Commits
8f36f760f4
...
c69c750d31
Author | SHA1 | Date | |
---|---|---|---|
c69c750d31 | |||
12ca3baa0a | |||
d47dfa3a30 |
@ -23,12 +23,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "h",
|
"key_code": "h",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["right_command"],
|
||||||
"right_command"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -42,12 +38,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "j",
|
"key_code": "j",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["right_command"],
|
||||||
"right_command"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -61,12 +53,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "k",
|
"key_code": "k",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["right_command"],
|
||||||
"right_command"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -80,12 +68,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "l",
|
"key_code": "l",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["right_command"],
|
||||||
"right_command"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -102,14 +86,10 @@
|
|||||||
"manipulators": [
|
"manipulators": [
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "k",
|
"key_code": "j",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_control", "left_shift"],
|
||||||
"fn"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -123,14 +103,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "j",
|
"key_code": "k",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_control", "left_shift"],
|
||||||
"fn"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -146,12 +122,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "h",
|
"key_code": "h",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["fn"],
|
||||||
"fn"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -167,12 +139,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "l",
|
"key_code": "l",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["fn"],
|
||||||
"fn"
|
"optional": ["any"]
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -188,13 +156,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "u",
|
"key_code": "u",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -208,13 +171,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "o",
|
"key_code": "o",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -228,13 +186,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "h",
|
"key_code": "h",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -250,13 +203,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "j",
|
"key_code": "j",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -272,13 +220,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "k",
|
"key_code": "k",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -294,13 +237,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "l",
|
"key_code": "l",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -316,13 +254,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "q",
|
"key_code": "q",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -336,13 +269,8 @@
|
|||||||
"from": {
|
"from": {
|
||||||
"key_code": "e",
|
"key_code": "e",
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"mandatory": [
|
"mandatory": ["left_option", "left_shift"],
|
||||||
"left_control",
|
"optional": ["any"]
|
||||||
"left_shift"
|
|
||||||
],
|
|
||||||
"optional": [
|
|
||||||
"any"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"to": [
|
"to": [
|
||||||
@ -681,6 +609,16 @@
|
|||||||
"key_code": "right_command"
|
"key_code": "right_command"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "escape"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "grave_accent_and_tilde"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"treat_as_built_in_keyboard": false
|
"treat_as_built_in_keyboard": false
|
||||||
@ -752,7 +690,28 @@
|
|||||||
},
|
},
|
||||||
"ignore": false,
|
"ignore": false,
|
||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": [],
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_command"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_option"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_option"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_command"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"treat_as_built_in_keyboard": false
|
"treat_as_built_in_keyboard": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -795,16 +754,6 @@
|
|||||||
"ignore": false,
|
"ignore": false,
|
||||||
"manipulate_caps_lock_led": true,
|
"manipulate_caps_lock_led": true,
|
||||||
"simple_modifications": [
|
"simple_modifications": [
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "left_option"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"key_code": "right_command"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "left_command"
|
"key_code": "left_command"
|
||||||
@ -814,6 +763,16 @@
|
|||||||
"key_code": "left_option"
|
"key_code": "left_option"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "left_option"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "right_command"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"treat_as_built_in_keyboard": false
|
"treat_as_built_in_keyboard": false
|
||||||
@ -967,6 +926,16 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "escape"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"key_code": "caps_lock"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "left_command"
|
"key_code": "left_command"
|
||||||
|
@ -142,7 +142,8 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
Plug 'sbdchd/neoformat'
|
Plug 'sbdchd/neoformat'
|
||||||
|
|
||||||
Plug 'hrsh7th/cmp-vsnip'
|
Plug 'hrsh7th/cmp-vsnip'
|
||||||
Plug 'hrsh7th/nvim-vsnip'
|
Plug 'hrsh7th/vim-vsnip'
|
||||||
|
Plug 'hrsh7th/vim-vsnip-integ'
|
||||||
|
|
||||||
" Telescope
|
" Telescope
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
|
@ -20,6 +20,10 @@ function update_pip() {
|
|||||||
python3 -m pip install --upgrade pip --user
|
python3 -m pip install --upgrade pip --user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function install_neovim_module_for_python() {
|
||||||
|
pip3 install neovim --pre --user --force
|
||||||
|
}
|
||||||
|
|
||||||
function install_pyright() {
|
function install_pyright() {
|
||||||
# Install pyright
|
# Install pyright
|
||||||
sudo npm -g i pyright --force
|
sudo npm -g i pyright --force
|
||||||
@ -53,8 +57,8 @@ function install_gopls() {
|
|||||||
|
|
||||||
function install_black() {
|
function install_black() {
|
||||||
# Install black
|
# Install black
|
||||||
pip install black --user
|
pip install black --pre --user --force
|
||||||
pip3 install black --user --force
|
pip3 install black --pre --user --force
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_ansible() {
|
function install_ansible() {
|
||||||
|
Loading…
Reference in New Issue
Block a user