Horje
neovim source current file Code Example
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 } )




Shell

Related
color logging  python Code Example color logging python Code Example
saml2aws logout Code Example saml2aws logout Code Example
pacman remove package and dependencies Code Example pacman remove package and dependencies Code Example
Bash/Shell comment multiple lines Code Example Bash/Shell comment multiple lines Code Example
flutterfire : The term 'flutterfire' is not recognized Code Example flutterfire : The term 'flutterfire' is not recognized Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11