Skip to content

hayator/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kevgo's machine configuration

installation instructions

Maintenance

  • uncommitted changes in the .config folder are indicated in the command prompt
  • once a day, when opening a new terminal window it pulls changes from GitHub.

Details

Vim

jump to definition of code

  • [ctrl]-\ opens the method under the cursor in a new tab
  • [ctrl]-] opens the method under cursor in the current tab
  • [ctrl]-o returns to the previous code location
  • this requires ctags, run t in the terminal to update the definitions

search-and-replace

  • [cmd]-] and [cmd]-[ jump through search results
  • [cmd]-0 applies the last operation and jumps to the next search result

preview markdown in Safari:

  • :PrevimOpen

distraction-free mode

  • :Goyo activate distraction-free mode
  • :Goyo 100 activate distraction-free mode with 100 characters width
  • :Goyo! disable distraction-free mode
  • :Limelight activate focus on the current paragraph
  • :Limelight! disable focus on the current paragraph

quick-open files:

  • [leader]-d

Compile YouCompleteMe

compile_youcompleteme

Git-add current file

when resolving merge conflicts:

:GitAdd

Files

All files here belong into the ~/.config folder, except these ones:

  • bin_folder: this folder should be symlinked into ~/bin
  • home_dir_files: these files should be located in the root directory
  • install: installation files

About

My dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published