Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

neovim source current file

# Basic syntax:
# From inside vim run:
:so %

# If using lua, a convenient remap is:
vim.api.nvim_set_keymap('n', '<Leader>so', ':w<CR>:so %<CR>', { noremap = true, silent = true } )
Comment

PREVIOUS NEXT
Code Example
Shell :: heroku restart 
Shell :: open file explorer from cmd linux 
Shell :: flutter web run using vscode 
Shell :: linux replace string in all files 
Shell :: How To Uninstall JDK From Linux 
Shell :: angular install ng-apexcharts 
Shell :: capacitor 3 camera 
Shell :: pip uninstall all 
Shell :: docker purge all 
Shell :: how to install a lite-server on package.json 
Shell :: sublime text ctrl + v is and c is not working 
Shell :: powershell find in history 
Shell :: linux extract zip with password 
Shell :: install requirements python 
Shell :: Authentication is required to create a color managed device 
Shell :: nvm how to install latest node 
Shell :: raspberry pi install pip 
Shell :: catkin_make ignore package 
Shell :: ufw add rule 
Shell :: show rights inside folder debian 
Shell :: check permissions for a folder in ubuntu 
Shell :: how to install metasploit in ubuntu 
Shell :: how to install jq to windows 
Shell :: download wine for ubuntu 
Shell :: git cherry pick range 
Shell :: How to create folder and cd into it with one command 
Shell :: ubuntu keyboard repeat 
Shell :: cmd stop process on port 
Shell :: ubuntu youtube download playlists 
Shell :: resolve git conflicts github button disabled 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =