Vim: Tutorial on Customization and Configuration (2020)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 154

  • @leeren_
    @leeren_  3 ปีที่แล้ว +6

    Hi everyone - remember to visit my community channel to give me suggestions on new videos to do and to stay up to date with everything that i'm working on: th-cam.com/users/LeerenTalkscommunity

  • @enterusername7746
    @enterusername7746 2 ปีที่แล้ว +2

    This guy knows his shit.

  • @BrotherKaif
    @BrotherKaif 2 ปีที่แล้ว +6

    This is honestly the best video on managing vim I've ever come across. I especially love your approach to plugin management with submodules. I'm definitely adopting that. You're an excellent teacher!

  • @tuerda
    @tuerda 4 ปีที่แล้ว +16

    Thank you for this phenomenal guide to the vim runtime. I have never before seen any tutorial that went quite this deep.

    • @leeren_
      @leeren_  4 ปีที่แล้ว +2

      Thank you!

    • @quentmadeit2623
      @quentmadeit2623 2 ปีที่แล้ว +2

      I go to this video everytime I need a reminder.

  • @insiderich7372
    @insiderich7372 4 ปีที่แล้ว +12

    Amazing Leeren...saw both your videos back-to-back..lets just say I am walking away with solid notes! Thanks very much for the amazing effort. Really appreciate it!! Team Vim needed something like this real bad :)

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      That's great to hear! Thanks for watching!

  • @k2a3r4l5o6
    @k2a3r4l5o6 4 ปีที่แล้ว +10

    Dude, your first video surprised me. I learn a new thing every time I review it. Now, this ... Thank you very much.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thank you for watching!

  • @Shri
    @Shri 2 ปีที่แล้ว

    32 mins into the tutorial and I am mind blown. Would love a tutorial on how you think of and construct Regexes. Surprised no one asked for it!

  • @elliotalderson7218
    @elliotalderson7218 3 ปีที่แล้ว +3

    By far one of the (if not THE) greatest talk I've ever come across on vim.. watched both of your vim videos... Creating symlinks along with submodules just blew me away.. Never thought I would use them this way... Thanks a lot dude for the effort and such a lucid talk !! Loved it !!

  • @uuu12343
    @uuu12343 4 ปีที่แล้ว +2

    (Relatively) new vim user here
    This is helping me really understand how vim works and how to manoeuvre around vim and making it look great

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      I'm so glad it's helping!
      As a relatively user, what do you think of the pace of this video? Is it easy to digest? One of my biggest goals in making all these videos is to ensure anyone with any amount of experience can learn at a good pace.

  • @JessPatton
    @JessPatton 2 ปีที่แล้ว +2

    Switched to vim (neovim) about two years ago, and just found a few of your talks. Thanks so much for making these, really informative and super helpful. Really appreciate you sharing your knowledge with the community.

  • @nitinkhola4491
    @nitinkhola4491 4 ปีที่แล้ว +4

    there is so much noise on youtube when it comes to "vim" tutorials.
    your approach of keeping it lean and covering a lot of depth is GREAT.
    this topic needed this approach.
    i think we should use your word "revolutional" to describe it.
    many thanks.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thank you!

  • @seungjinkim8860
    @seungjinkim8860 4 ปีที่แล้ว +4

    Been waiting for this my man. Can't wait to learn through this video. You're the next big thing.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thanks bro! Hell yeah

  • @jbyork
    @jbyork 4 ปีที่แล้ว +5

    Great video, Leeren. I learned so much from your first vim talk, and was excited to see another video. Thanks for bringing GNU stow to my attention! It's a life changer!

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      That is great to hear! Thanks.

  • @cpakkala
    @cpakkala 2 ปีที่แล้ว

    First person I've seen who loves osc 52 as much as I do. It changed my work life. No more need to run an X server in Windows and deal with other complications...

  • @brenogoya3481
    @brenogoya3481 4 ปีที่แล้ว +5

    Man, this video was the best of all, just fantastic. Thank you for taking the time to share your knowledge about Vim. I am learning a lot from the video. Thank you.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Appreciate the positive feedback. Let me know how you think I could improve. Seems like this was a bit too long for most viewers

  • @goonman1255
    @goonman1255 3 ปีที่แล้ว +1

    man I can't believe I hadn't seen these vids before. Best Vim vids on youtube. I've learnt so much, please make more!

    • @leeren_
      @leeren_  3 ปีที่แล้ว +1

      Thank you! I will!

    • @goonman1255
      @goonman1255 3 ปีที่แล้ว

      @@leeren_ you the fucken GOAT

  • @miken700
    @miken700 2 ปีที่แล้ว

    Monumental achievement. Best vim video I’ve seen. I learned a lot here.
    That thing where the output of a command is different when it’s piped to grep is probably because when programs are outputting to stdout, etc., they can infer if the output is going to a tty and they might output stuff differently depending. What can be helpful is oftentimes when a program does this it will have command line switches to force the output to be one way or another, and/or options like -no-color.

    • @leeren_
      @leeren_  2 ปีที่แล้ว

      Thank you! Yeah, I've definitely ran into that issue configuring auto-formatting in Vim using something like prettier. Really good tip.

  • @samundrashrestha
    @samundrashrestha 4 ปีที่แล้ว +2

    This is one of the nicest videos I have watched so far. The amount of things covered in this video goes a long way. It will create solid foundations for VIM. Most videos show basic movements, this video shows how to explore VIM internals which is one of the things begineer tend to forget about learning VIM's way of doing things. Keep it up and looking forward to more videos in future. Thank you for creating this video.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thanks a lot! I'll definitely keep it up. Any feedback? I'll make the next ones more easy to digest (mainly shorter)

  • @jeffery12108
    @jeffery12108 4 ปีที่แล้ว +5

    Great follow-up to your previous talk!

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thanks!

  • @leeren_
    @leeren_  4 ปีที่แล้ว +14

    I would love if you could all leave some feedback about the structuring of the talk!
    I'm thinking of making future videos more specific and digestible, 10-15 minutes in length, instead of broad and deep like this one. Thoughts?

    • @FHidber
      @FHidber 4 ปีที่แล้ว +1

      This was too high level for me, but I still enjoyed it a lot! That being said, I think the length is a bit over the top, although the content is crazy well organized. I personally think you should do a mini series with part 1-4 or smth like that where it is more digestible.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      @@FHidber Thanks, good feedback!

    • @quentmadeit9695
      @quentmadeit9695 4 ปีที่แล้ว +2

      I use vim daily and understood the video. I like the long videos with timestamps because it mimics a virtual classroom. There something about covering more then one subject that allow myself to not only grasp a topic, but identify areas where I am weak at, in this case the runtimepath and its directories. I wouldn't change much; maybe a warning for the upcoming swears, but that didn't bother me at all. Overall great video that left me wanting to dive deeper into the runtimepath to learn more and I feel like the video over an hour cause it takes over an hour to discuss it.

    • @notlessgrossman163
      @notlessgrossman163 4 ปีที่แล้ว

      Id like specific topics on customized Vim foe specific purpose.. i use Vim to write reports so i use the goyo.vim plugin but struggle with limelight. All because I don't know the FUNDAMENTAL PRINCIPLES of HOW VIM HANDLES COLOR: syntax highlighting, background color, etc.. in different terminals, including MS Gvim Gui.

    • @adriansrfr
      @adriansrfr 4 ปีที่แล้ว

      Yes, definitely. Leave people hungry. :-)

  • @Timjstewart
    @Timjstewart 4 ปีที่แล้ว +2

    There's so much good information in this video. I know I'll be watching this multiple times. Thanks for producing this Leeren! P.S. GNU stow looks like a huge time saver.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thanks a lot! Leeren* More coming soon

    • @Timjstewart
      @Timjstewart 4 ปีที่แล้ว

      @@leeren_ Sorry about misspelling your name! Fixed!

  • @macfhlannchadharonan4668
    @macfhlannchadharonan4668 4 ปีที่แล้ว +5

    If it's half as good as your first video it'll be great! Cheers for making it, any plans for other videos?

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Definitely! Let me know if you think it lives up to that standard when you're done!

    • @macfhlannchadharonan4668
      @macfhlannchadharonan4668 4 ปีที่แล้ว +1

      @@leeren_ Great video as expected, those folders are rarely covered in tutorials so its nice to have it all in one, a great video for beginner vimmers to check out early! note the correction you put up on the video to do with the clipboards are a bit off. Good to see OSC52 pop up again, have been using it since your firs video!
      Some ideas for potential future videos in case you find the time. Run through of your entire vimrc, a series/long video on making a plugin (perhaps a neovim lua based plugin would be the best now), a run-through of your workflow (sounds like your using go now so perhaps go through your setup such as go-pls language server with coc, vim-fugitive for source-control, navigating through quick-fix list and fixing golinting issue.
      As always well done, pumping out great content which will be invaluable for many people :)

  • @bantoniow
    @bantoniow 4 ปีที่แล้ว +1

    I watch your first talk about vim and python from time to time it's that much informative and cool. It would be awesome if you would like to keep making more talks about vim and other stuff! Subscribed!

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thank you so much! Don't worry, I will!

  • @piotao
    @piotao 4 ปีที่แล้ว

    holy shit, man, for 20 years, since 2000 or so, I am a hardcore vim user. And RIGHT NOW I learned that I can run term, right in vim, OMFG this is awesome, and shame on me, hahahaha :) Amazing lecture, thanks!!! But let me ask: can you suggest some solution for auto-close latest html tag which is not closed yet? I would love to script that for myself, so plugins are last resort, it can't be such hard in fact...

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Wow, you're a veteran! I'm glad you learned a lot. Yeah, the terminal mode blew my mind the first time I found out about it too.
      HTML tags can be pretty tricky. I actually use a plugin for that since too much scripting seems to be involved for that kind of use-case: github.com/Raimondi/delimitMate But let me know if you do run into a script so versatile!

  • @lpanebr
    @lpanebr 4 ปีที่แล้ว +2

    A video on explaining your vim config files would also be great!

    • @leeren_
      @leeren_  4 ปีที่แล้ว +4

      Duly noted! I really need to update that ASAP

  • @Yassinebridii
    @Yassinebridii 4 ปีที่แล้ว +1

    Really good stuff covered,
    I just knew about gnu stow a week ago, and it changed everything for me.
    i did a complete reinstall of my machine, and it took me about just an hour to configure everything back.
    would love to see some new videos!

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thank you! Yeah, stow was a game changer for me as well! What new video topics would you like to see?

    • @Yassinebridii
      @Yassinebridii 4 ปีที่แล้ว +1

      @@leeren_ Maybe talk about your workflow when developing, how do you setup everything, integrating everything with a terminal multiplexer if you are using any.

  • @programmer1356
    @programmer1356 3 ปีที่แล้ว

    Great stuff. Thank you so much. Excellent pace and delivery too.

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Thanks appreciate it!

  • @lpanebr
    @lpanebr 4 ปีที่แล้ว +1

    I've just recently watched your first video and went immediately on to your channel to see other videos just to find out it was the only video. I'm so glad you've returned with another amazing content!! Now I can say again "I hope I live enough (twice) to learn all this!". I would love to know how do you manage language completion, navigation like go to definition and stuff?

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thank you! I've committed to doing this regularly now, so a lot more will be coming (albeit not exclusively vim, but tech stuff in general).
      I think navigation via definitions and autocompletion is a great topic. I'll make sure to do a video on one of those next. Here's an excellent article on the former: vimways.org/2018/death-by-a-thousand-files/

    • @lpanebr
      @lpanebr 4 ปีที่แล้ว

      @@leeren_ great, thanks for the article!!

  • @KikoJuarez
    @KikoJuarez 3 ปีที่แล้ว

    This is the kind of video I was looking for! Completely revolutional! Thank you!

  • @ezgz4737
    @ezgz4737 4 ปีที่แล้ว +2

    Wow, this is an awesome video. I learned a ton. Thanks.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Glad you did! Thanks for watching!

  • @williambarrett7108
    @williambarrett7108 4 ปีที่แล้ว +1

    I like the videos very in depth and long so I can move smoothly from one concept to the next . I am new to vim and Linux so I like longer videos without interruptions. Where do you look this stuff up?

    • @leeren_
      @leeren_  3 ปีที่แล้ว +1

      A combination of trial-and-error, Stackoverflow, asking around in the community, and browsing man pages

    • @williambarrett7108
      @williambarrett7108 3 ปีที่แล้ว

      @@leeren_ Thank you for the reply. I never heard of stackoverflow before I will have to look it up. thank you for taking the time to reply!

  • @Chinmoku_No_Te
    @Chinmoku_No_Te 4 ปีที่แล้ว +1

    I'm still fairly new to vim. But I must say this breakdown and explanation is absolutely amazing. Everything you presented was extremely well thought out and we'll spoken. One question I have that I didn't or could've very well have missed it but in the very beginning of the video I saw when you showed your version of vim I was wondering how did you get vim compiled with native clipboard support. If you could perhaps let me know how you did it or point me where I can find the information I would be much appreciative. Again thank you for taking the time to respond if you do and you've definitely got a new subscriber!!!

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Thank you very much! To do this you need to compile Vim with clipboard support enabled. What platform are you running Vim on? You would be compiling it with `./configure --enable=clipboard` as one of the added options. Feel free to DM me on twitter or something.

  • @williambarrett7108
    @williambarrett7108 4 ปีที่แล้ว +5

    I find it very difficult to read man pages and the like. It would be great if you could do a video about how to understand man pages.

    • @leeren_
      @leeren_  3 ปีที่แล้ว +1

      Haha I need one of those too. This is why I make these videos
      😂

  • @notlessgrossman163
    @notlessgrossman163 4 ปีที่แล้ว +1

    Totally legit, I saved and subbed, it's definitely my GOTO reference to advanced Vim.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thank you! Hope you learn a lot!

  • @ali-om4uv
    @ali-om4uv 4 ปีที่แล้ว

    This is really a nice video! I have to admit it's completely out of my league. Would you consider doing a similar styled video for basic beginner stuff? Like file navigation multiple tab navigation and other stuff that is confusing for starters?

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thanks!
      See my first video: th-cam.com/video/E-ZbrtoSuzw/w-d-xo.html

  • @Awwe12675
    @Awwe12675 10 หลายเดือนก่อน

    الصراحة تعلمت الكثير منك شكرا

  • @bigidigi
    @bigidigi 4 ปีที่แล้ว +6

    Wow! Thank you

    • @leeren_
      @leeren_  4 ปีที่แล้ว +2

      Thank you for watching!

  • @matthieucneude5761
    @matthieucneude5761 4 ปีที่แล้ว +1

    I learned a ton. Thanks a lot!
    A question: what the disadvantage to use something like vim-plug? It's the eternal debate (vanilla vs plugins), but I'd like your point of view.

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thanks for watching!
      I haven't tried vim-plug before. I used to use Vundle and Pathogen, but ever since the release of native 3rd party plugin management, I didn't really see the need for an external variant.
      As explained in the video, native plugin management is so easy. You just git clone your plugin into ~/.vim/pack/plugins/start or ~/.vim/pack/plugins/opt/ (for dynamically loaded ones) and that's it.
      I'm not sure what external 3rd party plugin managers can do that the native one can't. And for plugin management all I ever really do is installs and deletes. So I don't see the point of using them, personally.

    • @gerarddelapatefeuilletee4063
      @gerarddelapatefeuilletee4063 4 ปีที่แล้ว

      I have a naive question: is it necessary to use those plug-in managers, wouldn't it be better to use the OS package manager (apt, yum, whatever)?
      Same applies, of course, to python things, node stuffs, Firefox extensions, etc.
      After a while, managing numerous plugins on a GNU/Linux system becomes a real hassle, with desperation when that marvelous plug-in you loved becomes incompatible with your Thunderbird new version, for instance.

  • @mtrajano973
    @mtrajano973 3 ปีที่แล้ว

    Amazing resource, liked and subscribed

  • @DesertEagleNV
    @DesertEagleNV 3 ปีที่แล้ว

    Thanks for this video. Pretty dense, a lot of useful information, although a little hard to follow "on the fly" or with FF*1.5 for a beginner :) . Keep up the good work, man!

  • @tylerarrigoni7700
    @tylerarrigoni7700 3 ปีที่แล้ว

    Love these vids... Can't wait for more content.

  • @williambarrett7108
    @williambarrett7108 3 ปีที่แล้ว +1

    Thank you stack overflow is pretty cool!

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Yes it's probably a dev's #1 most helpful resource!

  • @tridibbiswas3361
    @tridibbiswas3361 3 ปีที่แล้ว

    Hi, Thank you for the video. it was a great learning for me who is layman. One newbie query though are these discussions on runtime, file path structure and how to set up vim files valid for neovim as well - I am using neovim 0.5. Also as much I am doing it on linux - would be nice if you could share how to set up neovim for windows as well.

  • @SayfSentinel
    @SayfSentinel 4 ปีที่แล้ว +3

    Enjoyed your first video and now this ? Could not thank you enough. 👊

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thank you for watching!

  • @RuggeroRaimondi
    @RuggeroRaimondi 3 ปีที่แล้ว +1

    Excellent indeed! Thank you so much!!

    • @leeren_
      @leeren_  3 ปีที่แล้ว +1

      Great to hear!

  • @mfandrade
    @mfandrade 11 หลายเดือนก่อน

    Terrific didactics! 👏👏👏

  • @stefanomarchesi9325
    @stefanomarchesi9325 4 ปีที่แล้ว +1

    i sow the other video and it was one of the best about vim.... sow this and it's even better! liked and subscribed in hope for more!
    EDIT: about that part where you use a pyton script.... i'm trying to do the same in node.... could you point me to same documentation on that matter?

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Documentation on Python scripting?

    • @stefanomarchesi9325
      @stefanomarchesi9325 4 ปีที่แล้ว

      @@leeren_ no.... how to do the same thing in javascript! if that is at all possible...

    • @tuerda
      @tuerda 4 ปีที่แล้ว

      @@stefanomarchesi9325 You cannot directly script vim using javascript. Vim can be scripted using vimscript or python (and python is possible only if vim is copiled with +python). Neovim can be scripted with vimscript, python or lua.
      It is possible to create an external node script and call it from vim, but that's not quite the same, and probably not what you are hoping for.

  • @DblDTheThird
    @DblDTheThird 3 ปีที่แล้ว

    We had this chat lad, 2:15 ‘hence why ‘ == redundant use one or the other not both 🤓

  • @williambarrett7108
    @williambarrett7108 3 ปีที่แล้ว +1

    There is so much to learn I love it because I will never have to reach the end of the adventure. If you find any good man page videos will you let me know? I will search and let you know what I find. I would really like to here it from you though.

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      I'll let you know! Or, I'll just create them myself ;)

  • @abdoulayebalde2139
    @abdoulayebalde2139 3 ปีที่แล้ว

    Hi, this is a wonderful presentation. I have learned so much from this but I would like to ask one thing.
    Is there a way to select a black of python code and execute that one only using vim tmux?.
    I have been trying to get that work but can't figure it out.

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Thank you!
      That would be really cool. Maybe you could setup a macro that opened a new terminal window and pasted the contents into `python -c ${CONTENTS}`?

  • @forsh2966
    @forsh2966 4 ปีที่แล้ว +3

    I need more :D

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      More will come!

  • @gabrielcoronelcascante9111
    @gabrielcoronelcascante9111 4 ปีที่แล้ว +1

    You are awesome

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thanks. You are also awesome for watching this!

  • @smutsighund
    @smutsighund 4 ปีที่แล้ว +1

    That was pretty fucking great!

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Thank you!

  • @Shukla_1729
    @Shukla_1729 4 ปีที่แล้ว

    Thank you vwry much for your very informative video on VIM setting. I was wondering how can I activate to see current active buffer in my VIM at two separate location as you are seeing when you typing in vim , a separate window in same vim file is also visible that what you are typing using terminals ?

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Try :sp or :vert sp?

    • @Shukla_1729
      @Shukla_1729 4 ปีที่แล้ว

      I did not want to split current active window into two( either horizontal or vertical) but I want to see what i am typing in command prompt to get it visible at two place, one just after cursor and other in different location in same window, ( as you are doing, one you type for example :12gg this command is visible just after cursor and also at other location in your panel with black and white contrast)

    • @lpanebr
      @lpanebr 4 ปีที่แล้ว

      @@Shukla_1729 it's a kind of screenkeys used to show keys pressed during a stream. I also would like to know which app this is.

    • @Shukla_1729
      @Shukla_1729 4 ปีที่แล้ว

      @@lpanebr Thank you very much. Screenkey is available on github. Search install screenkey and keymon on ubuntu in youtube.

  • @lazut273
    @lazut273 4 ปีที่แล้ว +2

    don carlione of vim...

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      LOL thanks

  • @PerEng2405
    @PerEng2405 ปีที่แล้ว

    Brilliant!

  • @sagidana912
    @sagidana912 4 ปีที่แล้ว +2

    You can easly create the most profound course for vim there is. Make more vids please!
    By the way, your solution with osc52 will change my life as well.. ;)

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      Thank you! I will! Yes, let me know how it goes!

  • @yujinyuz
    @yujinyuz 4 ปีที่แล้ว +1

    When using the Osc52Yank, do you still do `set clipboard=unnamedplus` ?
    Coz I tried removing that line and Osc52Yank doesn't work.

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Are you on Linux? Does it work with it? That's odd

    • @yujinyuz
      @yujinyuz 4 ปีที่แล้ว

      @@leeren_ I'm on a Mac but I'm using Tmux + Vim inside Alacritty

    • @yujinyuz
      @yujinyuz 4 ปีที่แล้ว

      I think I've narrowed down the problem to Tmux. Coz I tried it on plain Alacritty with sh, bash, and zsh (couldn't get it to work with fish, yet) and the osc52 seems to work

  • @dcorderoch
    @dcorderoch 2 ปีที่แล้ว

    1:12:41 it did change my life

  • @julianelischer6961
    @julianelischer6961 3 ปีที่แล้ว +1

    instead of using /dev/tty how about /dev/stdout? and $TTY shoudl already have the tty

    • @leeren_
      @leeren_  3 ปีที่แล้ว

      Try that out and let me know if it works. STDOUT wouldn't be pointing to /dev/tty so I don't understand how you'd be able to pipe pastes to the terminal?

  • @Latofficial
    @Latofficial ปีที่แล้ว

    Мы хотели бы представить вам 5 дневный тур в Красноярский край. Наши гости остановятся в отеле «Гостиница Норильс который имеет 4 звезды по европейскому стандарту. Гости посетят Горы без вершин Вертолетная экскурсия по заповеднику или этническая программа в чуме. Восхождение на гору Фестивальная. Во время одной из экскурсий туристы будут путешествовать на вертолёте. Также туристы смогут принять участие в уникальной интерактивной программе Северные подделки и Шаманские приблуды. Тур соответствует требованиям и пожеланиям туристов. Приятного путешествия!

  • @Latofficial
    @Latofficial ปีที่แล้ว

    АННОТАЦИЯ
    We would like to present to you an 5 - day tour to Krasnoyarsk Territory. Our guests will stay at the «Norilsk Hotel», which has 4 stars according to European standard. The quests will visit Mountains without peaks, Helicopter excursion in the reserve or ethnic program in the chum, Climbing Mount Festivalnaya. During one of the excursions, tourists will travel by helicopter. Also, tourists will be able to take part in a unique interactive program- Northern forgeries and Shamanic pribluds. The tour meets the requirements and wishes of tourists. Have a nice trip!

  • @solvm1652
    @solvm1652 4 ปีที่แล้ว +1

    fire

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Thanks!

  • @mellow-meanderings
    @mellow-meanderings 4 ปีที่แล้ว +1

    finally!!

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Yes!

  • @joshuamarcano350
    @joshuamarcano350 2 ปีที่แล้ว

    .vim part is not found and vim is pre-installed on my system

  • @michalroesler
    @michalroesler 11 หลายเดือนก่อน

    At 15:40 what the upper command '.vim % vi' do ??

  • @andriirubtsov5404
    @andriirubtsov5404 3 ปีที่แล้ว

    Monumental :)

  • @bqwood
    @bqwood 4 ปีที่แล้ว

    Try `/dev/fd/2` instead of `/dev/tty`. This should be the same on all Unix-like OS's (incl BSD/MacOS).

    • @leeren_
      @leeren_  4 ปีที่แล้ว

      Isn't that an alias for stderr?

    • @julianelischer6961
      @julianelischer6961 3 ปีที่แล้ว

      @@leeren_ use /dev/stdout

  • @rootytuners
    @rootytuners 4 ปีที่แล้ว

    ‘Revolutional’ should be a word.

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      I completely agree

    • @jonnykopp
      @jonnykopp 3 ปีที่แล้ว

      @@leeren_ we have now been revolutionated

  • @alexwang5760
    @alexwang5760 4 ปีที่แล้ว

    omg this is super hardcore

    • @leeren_
      @leeren_  4 ปีที่แล้ว +1

      hope it helps

  • @billywang3829
    @billywang3829 3 ปีที่แล้ว

    Haha Leeren you're such fucking beast mate

  • @somebodyoncetoldme1704
    @somebodyoncetoldme1704 2 ปีที่แล้ว

    Are you drunk?
    Thanks for the tutorial

  • @blinderevil
    @blinderevil 3 ปีที่แล้ว

    What kind a gansta talking XD

  • @teddy911
    @teddy911 4 ปีที่แล้ว +1

    x1.25 = normal talking speed

    • @leeren_
      @leeren_  4 ปีที่แล้ว +3

      I like to live life in slow-mo

    • @uliahshafar8599
      @uliahshafar8599 4 ปีที่แล้ว

      iwasnt realize after read comment, but it fit with me