francium
About Projects TIL

Today I Learned

2020-04-17 – Vim: Silencing the output of a shell command

:nmap <leader>x :silent !some-command<CR>

:vim:

2020-04-17 – Vim: Mapping multiple commands to a single key mapping

:nmap <leader>x :command-1 <BAR> command-2<CR>

:vim:

Contents

  • 2020-04-17 – Vim: Silencing the output of a shell command
  • 2020-04-17 – Vim: Mapping multiple commands to a single key mapping
© 2023 francium
Powered by Hugo with theme Minos