Become A Neovim Kangaroo

  Рет қаралды 57,664

Code to the Moon

Code to the Moon

Күн бұрын

Пікірлер: 177
@jessejayphotography
@jessejayphotography Жыл бұрын
This is how I always wanted to use VIM back in my university days. I think removing cognitive overhead and the number of core commands is a huge win and gets us closer to the simplicity of what a mouse offers with see, click, action
@codetothemoon
@codetothemoon Жыл бұрын
agree 💯. Recently I've been using avy in emacs which is great, but isn't quite as good as leap imo
@Geeraf999
@Geeraf999 Жыл бұрын
This is amazing. I couldn't understand this concept with sneak, etc. So I just kept using hop. I'll have to take a leap now.
@codetothemoon
@codetothemoon Жыл бұрын
Nice, yeah it's worth giving a try!
@zombiesalad2722
@zombiesalad2722 Жыл бұрын
The jump to splits is flipping awesome!
@codetothemoon
@codetothemoon Жыл бұрын
I agree! I'm currently using something called avy in emacs to do something similar, but the experience isn't quite as good as what Leap provides.
@MrKeebs
@MrKeebs Жыл бұрын
Just for a change, distilling complexity into palatable pills for us lazy devs. Leap looks amazing, thanks again for yet more extremely useful content!
@codetothemoon
@codetothemoon Жыл бұрын
Thanks MrKeebs! I think laziness can be a virtue in our field 😎
@returntosender9778
@returntosender9778 Жыл бұрын
Thinking about optimising for the number of keystrokes is not what I expected my day to look like. Love your videos.
@jamesmillsnicholas7813
@jamesmillsnicholas7813 Жыл бұрын
I use leap it's great. But Vim's native search has some awesome features: Navigate matches easily: n ➡ next match N ⬅ previous match 2n ⏩ 2 matches forward 2N ⏪ 2 matches backward Jumplist integration for quick navigation: c-o 🔄 move backward through visited matches c-i 🔄 move forward through visited matches Can be used as a motion so for example, you can edit matches directly: dn ✂ delete up to next match d2n ✂ delete up to 2nd next match, and so on dN ✂ delete up to previous match d2N ✂ delete up to 2nd previous match, and so on Give native search a try and improve your Neovim workflow! 🚀
@vintagewander
@vintagewander Жыл бұрын
This blown me away about how effective this plugin does! Very simple, but very effective, makes my brain 1 less vim combo to jump, I guess I should take a leap
@codetothemoon
@codetothemoon Жыл бұрын
I agree it's pretty great!
@oconnor663
@oconnor663 Жыл бұрын
I saw Leap come up on Hacker News, and for whatever reason I just couldn't understand from reading about it how it was different from Sneak. Very clear on video. Thanks!
@codetothemoon
@codetothemoon Жыл бұрын
Thanks Jack, glad you found it valuable!
@geoffreyvanwyk4588
@geoffreyvanwyk4588 7 ай бұрын
It was a good idea to compare the plugin with default functionality to show the value of it.
@EmileNani
@EmileNani Жыл бұрын
Definitely going to add this plugin and start using it. Was looking for a plugin to help me get into these motions. This is it
@codetothemoon
@codetothemoon Жыл бұрын
Nice, hope you like it!
@tandlose
@tandlose Жыл бұрын
you forgot my favorite option. jjjjjjjjjjjjjwwwwwwlllllllllllllllllllll
@SAMathlete
@SAMathlete Жыл бұрын
This man vims
@31redorange08
@31redorange08 Жыл бұрын
And my favorite option. Ctrl+C, Ctrl+C … Reboot via power button. Open the file in a different editor. Click where you want to set the cursor.
@tandlose
@tandlose Жыл бұрын
@@31redorange08 ye honestly this guy is like "oh wow this method is 8 keys and this is 7 keys", bruh mouse is one key instantly there
@hpn1427
@hpn1427 Жыл бұрын
2 AM in the morning... her: he must be out cheating me: I am becoming a neovim kangaroo!
@codetothemoon
@codetothemoon Жыл бұрын
hah! indeed...
@Rundik
@Rundik Жыл бұрын
So it's like easy_motion in normal vim
@aidanium
@aidanium Жыл бұрын
I had always wondered why there wasn’t vertical version of f and t. I guess there kind of is with this!
@codetothemoon
@codetothemoon Жыл бұрын
I hadn't thought of it that way!
@aliventurous
@aliventurous 6 ай бұрын
This should be the new default way of navigating in vim. So much more intuitive than relative numbers, with the added benefit of jumping directly to the character you want to land on.
@nikbivation
@nikbivation Жыл бұрын
this is eye opening for someone new to neovim!
@codetothemoon
@codetothemoon Жыл бұрын
nice, glad you got something out of it!
@BorisBrodski
@BorisBrodski Жыл бұрын
Using lightspeed, I'm really excited to try leap 👍
@BorisBrodski
@BorisBrodski Жыл бұрын
It's great, even better than lightspeed 😃
@geoffreyvanwyk4588
@geoffreyvanwyk4588 7 ай бұрын
I am used to EasyMotion, so Leap placing the label on the third character was confusing, but it does make sense to not obscure the target.
@omentaelvis
@omentaelvis Жыл бұрын
I was reading Lazy nvim keybindings and spotted leap keybindings, didn't know what it was.
@codetothemoon
@codetothemoon Жыл бұрын
it's cool that LazyVim includes Leap out of the box! When I made this video I actually hadn't tried any of the nvim config frameworks yet, but I think now I may be using something like NvChad or LazyVim when I'm not using emacs
@slava_in3757
@slava_in3757 Жыл бұрын
Definitely going for this one. Have been missing such a feature since I left VS Code with MetaGo plugin installed
@pixelsbyme
@pixelsbyme Жыл бұрын
Thank you for introducing me to metago
@billeterk
@billeterk Жыл бұрын
I’d need to think of a suitable key to use instead of ‘s’. I know there are alternatives to ‘s’ in normal mode but it’s just too ingrained. I do like the general idea though and use a similar, less refined way to follow web page links (f/F with the Vimium extension)
@Tijme
@Tijme 8 ай бұрын
Have you found a good key for this, I’ve got the same problem
@billeterk
@billeterk 7 ай бұрын
@@Tijme no, I'm just accustomed to non-optimal horizontal movements now!
@billeterk
@billeterk 7 ай бұрын
@@Tijme if I were to install and use this, I'd probably try 'q'. I don't use that for much - just 'Q' as a shortcut for 'gq'. No good if you use macros a lot though...
@aliventurous
@aliventurous 6 ай бұрын
I'm liking how LazyVim uses / for leap. Then you could map s back to substitute.
@VioletJewel1729
@VioletJewel1729 Жыл бұрын
first example: L{-d/chain_ then press Return ... Ctrl-o twice to get back ... you don't have to think, you just move (if you know how to use vim) ... learn to navigate vim/nvim better and use ex commands more effectively, and you will eliminate most of your plugins. And yes, I use basically all of the movement commands like this probably four-thousand times per day. I just "speak vim". Yes, I know no one starts there, but that's the beauty of [n]vim. maybe if you try to keep learning and avoiding plugins (more often than not), you can also keep improving.
@gauff3r
@gauff3r 10 ай бұрын
Nope, `-d/chain_` will delete everything from the start of the line up to but not including the `chain_`. Also if we there is no `chain_` it's gonna be wild deletion!
@VioletJewel1729
@VioletJewel1729 10 ай бұрын
@@gauff3r /chain_dgn or /chdf_ or a billion other things
@LeungWong
@LeungWong Жыл бұрын
I guess with leap or other similar motion plugin you are only jumping around the the visible part and for other cases you still need to use / to find.
@laughingvampire7555
@laughingvampire7555 6 ай бұрын
emacs has a similar plugin, and when it runs out of letter in the alphabet uses 2 letter labels.
@0thLaw
@0thLaw 8 ай бұрын
Have you tried Hop and how would you compare these two?
@matthewscott336
@matthewscott336 Жыл бұрын
This looks great, but I am worried about conflicts with sandwich (similar to surround) with the use of the "s". Not sure how to remap things.
@matthewscott336
@matthewscott336 Жыл бұрын
I found using z maybe for the leap plugin would make sense.
@codetothemoon
@codetothemoon Жыл бұрын
I haven't personally used sandwich so I'm not sure. I believe I was using only the default key bindings when I was using Leap. I heard Flash.nvim is all the rage these days, but I haven't tried it yet...
@RoryDavidWatts
@RoryDavidWatts Жыл бұрын
Great video, thanks!
@codetothemoon
@codetothemoon Жыл бұрын
glad you liked it, thanks for watching!
@temporary_terpenes
@temporary_terpenes Жыл бұрын
Cool plug. I'll give it a try! Also I couldn't help but notice your incorrect use of "preceding" - I think postceding is the word you are thinking of.
@cagrsakaoglu5589
@cagrsakaoglu5589 Жыл бұрын
Thanks for sharing, great plug in 🎉
@Joqer88
@Joqer88 6 ай бұрын
What font are you using here?
@thepaulcraft957
@thepaulcraft957 Жыл бұрын
Which colorscheme and font is this? looks great
@codetothemoon
@codetothemoon Жыл бұрын
Plug 'sainnhe/sonokai' colorscheme sonokai 😎 font is Monaco
@thepaulcraft957
@thepaulcraft957 Жыл бұрын
@@codetothemoon thank you very much!
@lpanebr
@lpanebr Жыл бұрын
I never considered the other plugins. But this is really nice
@codetothemoon
@codetothemoon Жыл бұрын
I agree!
@aloispichler2159
@aloispichler2159 11 ай бұрын
Is this better than vim-easymotion?
@codetothemoon
@codetothemoon 11 ай бұрын
my understanding is that it's intended to be a successor of sorts to vim-easymotion, but I haven't tried it so I can't say for sure whether it achieves this
@Danielo515
@Danielo515 Жыл бұрын
Do you explain it very well thank you very much for it because the author of the plug-in didn’t made a very good work at that. However, I still prefer pounce. It allows me to jump back-and-forth, also between splits, and I can type as much or as few as I need
@codetothemoon
@codetothemoon Жыл бұрын
thanks glad you got something out of it! I hadn't heard of Pounce, maybe I'll check it out 😎
@Danielo515
@Danielo515 Жыл бұрын
@@codetothemoon I recommend it to test it. It al boils down to your mental model, but for my way of thinking pounce is a better fit
@rodelias9378
@rodelias9378 11 ай бұрын
Amazing video! Thanks!!
@michaelmueller9635
@michaelmueller9635 Жыл бұрын
I didn't like the plugin until I used the plugin vimium in firefox, which does ruffly the same when browsing threw the internet. I really like it because i dont have to move my hand for the mouse. At this point, I began to like the 'sneak' plugin, but it got 1 disadvantage: You can't combine it with other vim moves.
@rezahandzalah
@rezahandzalah Жыл бұрын
I kind of live with the problem that the plugin author wants to solve. My tricks: Skip pressing n multiple times using L, maybe M or }, then n when it's nearer. Search for boundaries, not beginnings. By first instinct I'd type /_ch in that first example. Jump to `fn load....` with /n l instead of /lo
@olexiilysenko2544
@olexiilysenko2544 10 ай бұрын
Thank you for sharing the experience with the new useful plugin, but what about the easymotion plugin? I use it for a long time and it's quite cool.
@faruzzy
@faruzzy 7 ай бұрын
Yeah, I'm not sure how this is an improvement to easymotion as well and would have to experiment to find out.
@umop3plsdn
@umop3plsdn Жыл бұрын
wow the concept of colored groups is COOL! BUT I wish they used that for the previous and after instead of using capital S s respectively. But cool nonetheless
@davidgolembiowski4275
@davidgolembiowski4275 Жыл бұрын
Does anyone else just use builtin (neovim|vim) sed replacement? It's a feature I use daily since it supports backreferences
@codetothemoon
@codetothemoon Жыл бұрын
I use it all the time!
@lassebq1
@lassebq1 Жыл бұрын
I know vim community has a different mindset... but..... why can't you just drag the mouse over to where you want your cursor to jump?
@codetothemoon
@codetothemoon Жыл бұрын
because of the overhead of shuttling your hand between the mouse and keyboard. Wouldn't be an issue if you were only doing it ~10 times a day, but when you're doing it hundreds or thousands of times a day, it becomes pretty incredible to be able to just keep your hands on the keyboard the entire time
@winter_light
@winter_light Жыл бұрын
I have enabled mouse support. I simply click on on c in choice and do a `dw`. Just a click and one motion. No plugin needed. No mental overhead.
@codetothemoon
@codetothemoon Жыл бұрын
Different folks prefer different tradeoffs and I think that's ok! Personally I find moving my right hand between the keyboard and the mouse extremely expensive compared to tapping a few keys on the keyboard. Of course on a time scale of a few minutes it's not ultra perceptible, but when considered in the context of an 8-10 hour workday, for me the difference in speed and fatigue is huge.
@winter_light
@winter_light Жыл бұрын
@@codetothemoon Respect that. Every workflow is different and it's a good thing to have many choices that can cater to different styles. More power to you.
@geoffreyvanwyk4588
@geoffreyvanwyk4588 7 ай бұрын
Why not just type n immediately after typing sc?
@geoffreyvanwyk4588
@geoffreyvanwyk4588 7 ай бұрын
It seems this method allows Leap to use duplicate labels when there are more matches than the alphabet.
@Heshamelfakharani
@Heshamelfakharani Жыл бұрын
do you use nvim for knowledge management? if so then how
@codetothemoon
@codetothemoon Жыл бұрын
great question - currently no - for better or worse I currently use Notion, which I actually love. But I foresee myself switching to something like org mode in the near future, though I'm not entirely sure with which editor - possibly nvim. I'll probably make a video about this once the dust settles!
@Heshamelfakharani
@Heshamelfakharani Жыл бұрын
@@codetothemoon would like to see that, im using obsidian and used notion for a while. i wish i could have obsidian inside neovim
@BurningR
@BurningR Жыл бұрын
@@Heshamelfakharani You can, almost - use telekasten, it's great
@astrolemonade349
@astrolemonade349 Жыл бұрын
Hey! What do you think about creating a Discord server for your channel?
@jonathancamarena3117
@jonathancamarena3117 Жыл бұрын
This seems like easymotion
@codetothemoon
@codetothemoon Жыл бұрын
yeah very similar idea, with a slightly different approach that some may prefer
@hernantz
@hernantz Жыл бұрын
Is there something like this for vscode?
@okay_ic
@okay_ic Жыл бұрын
Yeah, easymotion vim plugin is included in vscode-vim. Or, if you don't want to use vim in vscode, you can you Code Ace Jumper plugin.
@aquepaique
@aquepaique Жыл бұрын
use the mouse
@nickshv8727
@nickshv8727 Жыл бұрын
Better than hop
@itellyouforfree7238
@itellyouforfree7238 11 ай бұрын
you kept saying "preceding" instead of "following"
@codetothemoon
@codetothemoon 11 ай бұрын
thanks - turns out i made up my own word. I thought "proceding" was actually a word that meant after, just like "preceding" means before. turns out there is no such word. kind of embarrassing 🙃
@DiegoJutsu
@DiegoJutsu Жыл бұрын
or just double click the word in vscode/sublime text editor and hit delete ? what's so wrong with the mouse guys, for real
@codetothemoon
@codetothemoon Жыл бұрын
I don't think the problem is with the mouse specifically. For me at least, the issue is the overhead of switching back and forth between the mouse and keyboard. It doesn't seem like much when looked at in isolation, but when you're doing it 1000 times in a day, pruning it out of your workflow becomes incredibly freeing. It's something that's really hard to quantify the benefit of, which I think is why most folks are still using the mouse.
@DiegoJutsu
@DiegoJutsu Жыл бұрын
@@codetothemoon dang I think I will try this at some point. there's just so much more I want to learn that I don't want to go into yet another tangential rabbithole :D
@pushqrdx
@pushqrdx Жыл бұрын
it's pretty much easymotion too
@codetothemoon
@codetothemoon Жыл бұрын
yeah i should have mentioned that one! like the other predecessors it does seem to have a bit of an edge over it too
@RupluttajaGames
@RupluttajaGames Жыл бұрын
seems somewhat clunky, as you need to wait for and process visual feedback.
@VioletJewel1729
@VioletJewel1729 10 ай бұрын
I notice a lot of people [still] obsessing about key strokes. I am more worried about expending mental energy. When I want to do something, I need to do it without thinking, so I can focus on the task. I have found that as I learned to use the defaults of vim better, I was able to "speak" to the editor without thinking. Even though something like L{kf_;ld; seems like a lot of key strokes, to me this is a very simple sentence that reads "go to last blank line before bottom of screen" (`L{`), then "go up a line" (`k`), then "find '_' and then go to the right of the next '_'" (`f_;l`), and finally "delete until the next '_' that was already matched" (`d;`). I, personally, don't have to think about that at all. It is like speaking English. Okay, it was very "verbose" compared to 4 key strokes, but it is way more general and I can type pretty fast. When you are writing English sentences in prose, do you think about how many key strokes you could save by copying and pasting the word "the"? No, you don't. I don't think this plugin is useless, but I think that there is an emphasis on saving key strokes when the emphasis should be on timeliness and mental energy conservation. And if you want to vim golf things for no reason other than it's fun or you like to get things to be as short as possible L?chdf_
@carriagereturned3974
@carriagereturned3974 Жыл бұрын
i use touchpad :)
@j.s9875
@j.s9875 26 күн бұрын
Comicsan? Weirdoo!😂
@codetothemoon
@codetothemoon 25 күн бұрын
i don't remember using comic sans anywhere in this video....
@Tomyk9991
@Tomyk9991 Жыл бұрын
"Is there already something out there". Its called a mouse 😂
@codetothemoon
@codetothemoon Жыл бұрын
Mouse? Never heard of it 😎
@eddwinpaz
@eddwinpaz Жыл бұрын
I would do this :%s/_chain_file/_file
@MichaelMantion
@MichaelMantion Жыл бұрын
This is only useful if you are intelligent and want to save time and get more done.
@L1ckdiznuts
@L1ckdiznuts 2 ай бұрын
that's a lot of mental overhead. i dont like it
@codetothemoon
@codetothemoon Ай бұрын
understandable!
@serpico3w767
@serpico3w767 Жыл бұрын
If you just showed leap I would've gone "wow awesome" You didn't have to show that you're bad at vim lol
@codetothemoon
@codetothemoon Жыл бұрын
Ouch! What can I do to improve?
@serpico3w767
@serpico3w767 Жыл бұрын
@@codetothemoon try :h smile
@codetothemoon
@codetothemoon Жыл бұрын
@@serpico3w767 I've used it - was there something I did sub-optimally in the video? I'm always looking to improve!
@serpico3w767
@serpico3w767 Жыл бұрын
@@codetothemoon you have jumped several times in the first method. You could've done it in 1 if you had searched for n_f
@codetothemoon
@codetothemoon Жыл бұрын
@@serpico3w767 searching for n_f would be 5 keystrokes, not 1 right? Definitely better than 8 - but the point here is there might be code between your cursor and the target that may make getting there efficiently via a search infeasible.
@joaquindomenech7541
@joaquindomenech7541 Жыл бұрын
I prefer Hop.nvim
@codetothemoon
@codetothemoon Жыл бұрын
I haven't tried it - maybe I'll check it out!
@JacquesvanWyk
@JacquesvanWyk 8 ай бұрын
This is exactly what I am looking for. I was starting to use vimium for browser and it does like similiar thing with f key and clicking on links. Thanks for video
@charlesbcraig
@charlesbcraig Жыл бұрын
This how the vim bindings chrome extension works. It’s my most used chrome shortcut!
@МихайлоДвалі
@МихайлоДвалі 11 күн бұрын
We need more awesome plugins
@codetothemoon
@codetothemoon 11 күн бұрын
Not opposed to more, but there are quite a few out there!
@irlshrek
@irlshrek Жыл бұрын
god damnit another kickass tip. This is a game changer...no more helix
@richardbennett4365
@richardbennett4365 6 ай бұрын
The character that comes after "c," the "h," would be the character that FOLLOWS the first one, not the one that PRECEDES the first one.
@ascourter
@ascourter Жыл бұрын
Recently started using this plugin. Definitely saves a ton of keystrokes!
@codetothemoon
@codetothemoon Жыл бұрын
Nice!! That was my take on it as well
@broom7294
@broom7294 9 ай бұрын
whats the font you're using
@npquintos1
@npquintos1 Жыл бұрын
Didn't it break your 'change' 'till' command? In my case, if I type 'ct' while in normal mode, it did not do the expected action; I deleted this plugin and it started working again.
@codetothemoon
@codetothemoon Жыл бұрын
Weird I didn't have that problem - the only thing that "broke" for me were the original functions of 's' and 'S', which doesn't really matter because 'cc' and 'cl' do the same thing
Жыл бұрын
I use hop and didn't know about leap. Now I'm confused 🙂 A comparison would be useful.
@TheOneFoolishMan
@TheOneFoolishMan Жыл бұрын
Leap tries to be smarter about not needing labels if it doesn't have to. I've tried leap but prefer hop because it has a consistent workflow by always showing labels unless there's exactly one match.
@qnprogrammer
@qnprogrammer Жыл бұрын
I use the standard 's' a lot. If I used this plugin, I'd map it to another character instead.
@codetothemoon
@codetothemoon Жыл бұрын
I think 'cl' does the same thing - would you be using that functionality more than Leap movements?
@flamendless
@flamendless Жыл бұрын
But i thought you use emacs
@codetothemoon
@codetothemoon Жыл бұрын
touche! I use whatever editor I prefer at the time, and that has definately fluctuated a bit in the past year or so 😎
@AbhinavKulshreshtha
@AbhinavKulshreshtha Жыл бұрын
I just use my mouse to click on the word where I want my cursor to be.. 1 click.
@codetothemoon
@codetothemoon Жыл бұрын
Next level! 😎
@oktokt
@oktokt Жыл бұрын
But you also moved your arm, plus have to move it back to get to where you were. So 3 moves? (Arguably larger/intensive movement too...)
@returntosender9778
@returntosender9778 Жыл бұрын
@@oktokt How about you keep your fingers on the keyboard while using your thumbs on the touchpad... solved?
@eshansingh1
@eshansingh1 Жыл бұрын
@@returntosender9778 the precision of that will be much lower than with a mouse, and will still be slower than using vim motions
@aquepaique
@aquepaique Жыл бұрын
@@returntosender9778 using thumbs on touchpad is uncomfortable af
@garciajero
@garciajero Жыл бұрын
the real save is focusing the relative line number which is quite an effort, i still don't know if this is worth a plugin
@jwickerszh
@jwickerszh Жыл бұрын
Cool, I have Hop and Lightspeed installed, I might just replace them and try to use it more.
@ranger.1
@ranger.1 Жыл бұрын
Reminds me of Vimium
@korigamik
@korigamik 10 ай бұрын
But i love using the s key for substitute as in default vim. Which key should i map leap to?
@aliventurous
@aliventurous 6 ай бұрын
you could map leap to any key you don't use in normal mode like ; for example in my case i like using s for leap as i search more often than substitue, but can still substitute by typing cl
@serene-dev
@serene-dev Жыл бұрын
It is remapping standard s and S keys, I use s with sandwich plugin, and I use S a lot, probably I can change them to leader-s and leader-S.
@codetothemoon
@codetothemoon Жыл бұрын
I initially had issues with this as well, then I realized cc does the same thing as S!
@serene-dev
@serene-dev Жыл бұрын
@@codetothemoon good to know, thanks
@redumptious2544
@redumptious2544 Жыл бұрын
Holy shit. I was briefly confused why there where some labels multiple times and then it hit me and I LOVE it. Just from a technical and usability standpoint that’s so awesome.
@codetothemoon
@codetothemoon Жыл бұрын
Agree 💯 - sometimes I feel like I am controlling the cursor with my mind 🙃
@BraxtonMeyer
@BraxtonMeyer Жыл бұрын
This just looks like avy for (neo)vi(m) Always funny watching y'all (re)discover classic emacs packages in your ecosystem
@codetothemoon
@codetothemoon Жыл бұрын
I've actually started using emacs recently (and I think I might be hooked). I had been wondering about the equivalent to Leap in emacs, I'm definitely going to be checking out avy!
@superXwhiteXninja
@superXwhiteXninja Жыл бұрын
:%s/chain_\(file(\)/\1/g Now it's fixed everywhere else you made the same mistake too! I'm not sure like this plugin. You already have H/M/L to jump to positions on the screen. On this case originally, the function you were trying to change was really close to the middle, so you could just do M5W and be very close to the spot you're trying to edit in 3 key strokes. Also, with a bit of regex practice, you could search for ch.*_ to uniquely jump to that exact spot and skip over the similar alternatives
@ColinDdd
@ColinDdd Жыл бұрын
any idea why when I hit "s" it tries to go into insert mode? I tried to use this as my packer config use { 'ggandor/leap.nvim', config = function() require('leap').add_default_mappings() end, }
@ColinDdd
@ColinDdd Жыл бұрын
nvm I fixed it...required putting the add_default_keymaps in another file, didn't like it being in the "config" there at least in my case
@codetothemoon
@codetothemoon Жыл бұрын
Nice, glad you were able to get it working!
@ColinDdd
@ColinDdd Жыл бұрын
@@codetothemoon thank you :) have delved further into your channel since posting, great rust content!
I am done with vim
4:41
ThePrimeagen
Рет қаралды 215 М.
Vim Motions & Tricks I Wish I Learned Sooner
9:25
Henry Misc
Рет қаралды 33 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 10 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
Is Hop.nvim better than Flash.nvim?
16:04
Andrew Courter
Рет қаралды 7 М.
Nix and NeoVim
13:38
ThePrimeTime
Рет қаралды 141 М.
Creating A Beautiful Neovim Config From Scratch
38:18
Average Neovim Enjoyer
Рет қаралды 11 М.
The Perfect Neovim Note Takers Setup
11:24
DevOps Toolbox
Рет қаралды 21 М.
Harpoon : Vim Conference 2021
17:08
ThePrimeagen
Рет қаралды 110 М.
Why oil.nvim is the best directory plugin
9:12
Andrew Courter
Рет қаралды 28 М.
This VIM trick BLEW MY MIND
6:37
typecraft
Рет қаралды 53 М.
Automatically Execute *Anything* in Nvim
11:03
TJ DeVries
Рет қаралды 72 М.
The Star Language that will outshine Rust? Gleam
10:33
Code to the Moon
Рет қаралды 36 М.