Added Bitwarden for SSH, additional changes to nvf, firefox, and general style changes
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
registers = "unnamedplus";
|
||||
};
|
||||
|
||||
comments.comment-nvim = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
lsp = {
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
@@ -71,16 +75,11 @@
|
||||
key = "<A-e>";
|
||||
mode = [ "n" ];
|
||||
silent = true;
|
||||
action = "<cmd>Neotree focus<CR>";
|
||||
}
|
||||
{
|
||||
key = "<C-e>";
|
||||
mode = [ "n" ];
|
||||
silent = true;
|
||||
action = "<cmd>Neotree close<CR>";
|
||||
action = "<cmd>Neotree toggle<CR>";
|
||||
}
|
||||
{
|
||||
key = "<C-s>";
|
||||
desc = "Save";
|
||||
mode = [
|
||||
"n"
|
||||
"i"
|
||||
@@ -88,6 +87,16 @@
|
||||
];
|
||||
action = "<cmd>w<CR>";
|
||||
}
|
||||
{
|
||||
key = "<C-z>";
|
||||
desc = "Undo";
|
||||
mode = [
|
||||
"n"
|
||||
"i"
|
||||
"v"
|
||||
];
|
||||
action = "<cmd>u<CR>";
|
||||
}
|
||||
|
||||
# Window Navigation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user