Lecture: How to use Google Sheets
I. Google Sheets tips You can learn Google Sheets tips here: 40 Advanced Google Sheets Tips for Marketing Pros I have created some sheets using the tips above and add…
I. Google Sheets tips You can learn Google Sheets tips here: 40 Advanced Google Sheets Tips for Marketing Pros I have created some sheets using the tips above and add…
I. Buffers, Windows and Tabs Now suppose you have four files in the current directory: Run the following command in the terminal: nvim sample1.txt sample2.txt sample3.txt sample4.txt You can see…
I. What is Bob? Bob is a cross-platform and easy-to-use Neovim version manager, allowing for easy switching between versions right from the command line. https://github.com/MordechaiHadad/bob II. Installation Build prerequisites rustup…
I. Let's learn Neovim Configuration Configuring Neovim can be a time-consuming task, but I believe that practicing is the best way to master it. In this post, I’ll share some…
I. Sniprun Sniprun is a code runner plugin for neovim written in Lua and Rust. It aims to provide stupidly fast partial code testing for interpreted and compiledlanguages. Sniprun blurs the…
I. What is Nvim-R? See the the following tutorial linked below : https://github.com/jamespeapen/Nvim-R/wiki/Use II. Installing Nvim-R with Pucker Add the following line to the plug.lua file. use { 'jalvesaq/Nvim-R', branch…
I. English dictionaries for learners Welcome to Longman Dictionary of Contemporary English Online Oxford Learner's Dictionary Collins Online English Dictionary II. Using Google Sheets You can see the sheet here:…
I. Verb Modifier Object You can talk to Vim or Neovim in Verb Modifier Object sentences. Here are some of verbs, modifiers and objects. Verbs: v (visual), c (change), d (delete), y (yank/copy) Modifiers: i (inside), a (around), t (till..finds a character), f (find..like…
I. What do I want to do? I wanted to convert 'aaa aaa aaa' to on Neovim. I was thinking of using macros but ChatGPT showed another way of using…
I. What will you learn? I wanted to change the search engines and search for texts in the search box without changing the settings in Brave Browser. I have found…