Skip to content

UNEDSoftMatter/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

~/.vimrc

Required external plugins

Personalized commands

  • C-E Open explorer
  • tt New tab
  • tn Next tab
  • :hi1 Activate highlight of the current line
  • :hi0 Deactivate highlight of the current line
  • cc Comment a block (Visual mode)
  • dcc Decomment a block (Visual mode)
  • C-P Open an xfce4-terminal with a markdown preview

Some useful tips built-in vim

g Ctrl-G: Show information about number of lines, characters and words in a block or the full text.

*: Find the next occurence of the word in which the cursor is.

:hardcopy: Print using lpr.

Releases

No releases published

Packages

No packages published