updet
This commit is contained in:
@ -38,16 +38,10 @@ in {
|
||||
l = "ls -la";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
bind \e\[3\;5~ kill-word
|
||||
bind \cH backward-kill-word
|
||||
set fish_greeting
|
||||
set fish_cursor_default block blink
|
||||
set fish_cursor_insert line blink
|
||||
set fish_cursor_replace_one underscore blink
|
||||
set fish_cursor_visual block
|
||||
|
||||
function fish_user_key_bindings
|
||||
fish_default_key_bindings -M insert
|
||||
fish_vi_key_bindings --no-erase insert
|
||||
end
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
@ -14,7 +14,7 @@ in {
|
||||
enable = true;
|
||||
settings = {
|
||||
gtk-single-instance = true;
|
||||
window-decoration = "client";
|
||||
window-decoration = "server";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user