faster rofi, vscode tweaks
This commit is contained in:
parent
7b0bb77069
commit
2bf6247274
3 changed files with 14 additions and 8 deletions
|
@ -3,5 +3,18 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+r",
|
"key": "ctrl+shift+r",
|
||||||
"command": "workbench.action.tasks.test",
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -24,12 +24,6 @@
|
||||||
version = "1.16.0";
|
version = "1.16.0";
|
||||||
sha256 = "13ng5ib5h2642m1y96a5fdfqbjkmsapfiq6pal8fja3afnkb11l5";
|
sha256 = "13ng5ib5h2642m1y96a5fdfqbjkmsapfiq6pal8fja3afnkb11l5";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
publisher = "TabNine";
|
|
||||||
name = "tabnine-vscode";
|
|
||||||
version = "2.2.3";
|
|
||||||
sha256 = "0wxffsl3sfhxvgl8gz2s0115fpabjqfrrvszbv7ijy6m8shf1clm";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
publisher = "matklad";
|
publisher = "matklad";
|
||||||
name = "rust-analyzer";
|
name = "rust-analyzer";
|
||||||
|
|
|
@ -56,8 +56,7 @@ in
|
||||||
|
|
||||||
"Print" = "exec ${pkgs.gnome3.gnome-screenshot}/bin/gnome-screenshot -i";
|
"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}+r" = "exec ${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}+c" = "exec ${pkgs.clipmenu}/bin/clipmenu";
|
"${mod}+c" = "exec ${pkgs.clipmenu}/bin/clipmenu";
|
||||||
"${mod}+q" = "kill";
|
"${mod}+q" = "kill";
|
||||||
"${mod}+f" = "fullscreen toggle";
|
"${mod}+f" = "fullscreen toggle";
|
||||||
|
|
Loading…
Reference in a new issue