Added an nvim hotkey for Telescope find_files
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
{
|
||||||
|
action = "<cmd>Telescope find_files<CR>"; # select entire document
|
||||||
|
key = "!fs";
|
||||||
|
mode = "n";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
action = "gg<S-V>G"; # select entire document
|
action = "gg<S-V>G"; # select entire document
|
||||||
key = "<C-a>";
|
key = "<C-a>";
|
||||||
|
|||||||
Reference in New Issue
Block a user