mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-21 13:52:34 +02:00
remove useless shortcuts
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
{ pkgs, ... }:
|
{pkgs, ...}: let
|
||||||
let
|
|
||||||
cursorShaders = pkgs.fetchFromGitHub {
|
cursorShaders = pkgs.fetchFromGitHub {
|
||||||
owner = "sahaj-b";
|
owner = "sahaj-b";
|
||||||
repo = "ghostty-cursor-shaders";
|
repo = "ghostty-cursor-shaders";
|
||||||
rev = "06d4e90fb5410e9c4d0b3131584060adddf89406";
|
rev = "06d4e90fb5410e9c4d0b3131584060adddf89406";
|
||||||
hash = "sha256-G/UIr1bKnxn1AcHl/4FL/jou6b7M2VeREslYVELxdmw=";
|
hash = "sha256-G/UIr1bKnxn1AcHl/4FL/jou6b7M2VeREslYVELxdmw=";
|
||||||
};
|
};
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
TERMINAL = "ghostty";
|
TERMINAL = "ghostty";
|
||||||
TERM = "ghostty";
|
TERM = "ghostty";
|
||||||
@@ -30,14 +28,14 @@ in
|
|||||||
custom-shader = "${cursorShaders}/cursor_warp.glsl";
|
custom-shader = "${cursorShaders}/cursor_warp.glsl";
|
||||||
custom-shader-animation = "always";
|
custom-shader-animation = "always";
|
||||||
keybind = [
|
keybind = [
|
||||||
"ctrl+j=goto_split:left"
|
# "ctrl+j=goto_split:left"
|
||||||
"ctrl+i=goto_split:up"
|
# "ctrl+i=goto_split:up"
|
||||||
"ctrl+k=goto_split:down"
|
# "ctrl+k=goto_split:down"
|
||||||
"ctrl+l=goto_split:right"
|
# "ctrl+l=goto_split:right"
|
||||||
"shift+ctrl+h=new_split:left"
|
# "shift+ctrl+h=new_split:left"
|
||||||
"shift+ctrl+j=new_split:down"
|
# "shift+ctrl+j=new_split:down"
|
||||||
"shift+ctrl+k=new_split:up"
|
# "shift+ctrl+k=new_split:up"
|
||||||
"shift+ctrl+l=new_split:right"
|
# "shift+ctrl+l=new_split:right"
|
||||||
"shift+ctrl+tab=new_tab"
|
"shift+ctrl+tab=new_tab"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user