faster rofi, vscode tweaks

This commit is contained in:
Cyryl Płotnicki 2020-11-08 18:48:43 +00:00
parent 7b0bb77069
commit 2bf6247274
3 changed files with 14 additions and 8 deletions

View File

@ -3,5 +3,18 @@
{
"key": "ctrl+shift+r",
"command": "workbench.action.tasks.test",
},
{
"key": "shift+alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+alt+-",
"command": "-workbench.action.navigateBack"
},
{
"key": "shift+alt+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
}
]

View File

@ -24,12 +24,6 @@
version = "1.16.0";
sha256 = "13ng5ib5h2642m1y96a5fdfqbjkmsapfiq6pal8fja3afnkb11l5";
}
{
publisher = "TabNine";
name = "tabnine-vscode";
version = "2.2.3";
sha256 = "0wxffsl3sfhxvgl8gz2s0115fpabjqfrrvszbv7ijy6m8shf1clm";
}
{
publisher = "matklad";
name = "rust-analyzer";

View File

@ -56,8 +56,7 @@ in
"Print" = "exec ${pkgs.gnome3.gnome-screenshot}/bin/gnome-screenshot -i";
"${mod}+r" = "exec nix-shell -p glibcLocales --run '${pkgs.rofi}/bin/rofi -show combi -combi-modi window#run#ssh -modi combi'";
"${mod}+z" = "exec ${pkgs.nix}/bin/nix-shell -p glibcLocales --run '${pkgs.rofi}/bin/rofi -show combi -combi-modi window#run#ssh -modi combi'";
"${mod}+r" = "exec ${pkgs.rofi}/bin/rofi -show combi -combi-modi window#run#ssh -modi combi";
"${mod}+c" = "exec ${pkgs.clipmenu}/bin/clipmenu";
"${mod}+q" = "kill";
"${mod}+f" = "fullscreen toggle";