feat(nvf): add some easy motions
This commit is contained in:
parent
2f2ec67116
commit
946b5aac27
2 changed files with 2 additions and 10 deletions
|
@ -1,11 +1,4 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
desc = "";
|
|
||||||
key = "f";
|
|
||||||
mode = "n";
|
|
||||||
action = ":FzfLua files<CR>";
|
|
||||||
silent = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
desc = "Open the file path under the cursor, making the file if it doesn't exist.";
|
desc = "Open the file path under the cursor, making the file if it doesn't exist.";
|
||||||
key = "gf";
|
key = "gf";
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
direnv.enable = true;
|
ccc.enable = true;
|
||||||
leetcode-nvim.enable = true;
|
leetcode-nvim.enable = true;
|
||||||
mkdir.enable = true;
|
mkdir.enable = true;
|
||||||
motion.leap.enable = true;
|
motion.leap.enable = true;
|
||||||
motion.leap.mappings.leapForwardTo = "s";
|
motion.hop.enable = true;
|
||||||
motion.leap.mappings.leapBackwardTo = "S";
|
|
||||||
vim-wakatime.enable = true;
|
vim-wakatime.enable = true;
|
||||||
yazi-nvim = {
|
yazi-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue