Compare commits
2 Commits
df09ca44ed
...
f17931992e
| Author | SHA1 | Date | |
|---|---|---|---|
|
f17931992e
|
|||
|
fb7d780956
|
@@ -62,7 +62,7 @@
|
||||
keymaps = {
|
||||
"<C-f>" = "live_grep";
|
||||
"<C-p>" = "git_files";
|
||||
"<C-o>" = "find_files";
|
||||
"<C-o>" = "find_files no_ignore=true";
|
||||
};
|
||||
|
||||
extensions = {
|
||||
@@ -206,6 +206,10 @@
|
||||
action = "<Cmd>Neotree toggle right<CR>";
|
||||
key = "<leader>f";
|
||||
}
|
||||
{
|
||||
action = "<Cmd>Neogit<CR>";
|
||||
key = "<C-g>";
|
||||
}
|
||||
{
|
||||
action = "<Cmd>sp<CR><Cmd>wincmd j<CR><Cmd>term<CR>15<C-w>-i";
|
||||
key = "<leader>t";
|
||||
|
||||
Reference in New Issue
Block a user