Added arrow key emulation for sway& coc-python fix

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-06 10:44:42 +02:00
parent 28e3881133
commit 0a5e84976d
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,5 @@
{
"python.jediEnabled": false,
"python.setLinter": "pylint",
"suggest.noselect": false,
"suggest.echodocSupport": true,
"suggest.maxCompleteItemCount": 20,
@ -9,7 +8,8 @@
"typescript",
"typescriptreact",
"json",
"javascriptreact"
"javascriptreact",
"yaml"
],
"eslint.filetypes": [
"javascript",
@ -17,7 +17,6 @@
"typescriptreact",
"javascriptreact"
],
"eslint.autoFixOnSave": false,
"prettier.singleQuote": true,
"diagnostic.errorSign": "•",
"diagnostic.warningSign": "•",

View file

@ -175,3 +175,10 @@ bindsym Print exec grim -g "$(slurp -d)" - | wl-copy -t image/png
# Copy qr code to clipboard
bindsym Shift+Print exec grim -g "$(slurp -d)" - | zbarimg -q --raw PNG:- | wl-copy
# make Alt+hjkl emulate arrow keys
bindsym Alt+h exec ydotool key left
bindsym Alt+j exec ydotool key down
bindsym Alt+k exec ydotool key up
bindsym Alt+l exec ydotool key right