Skip to content

geneowak/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Requirements for neovim setup

  1. fzf for fuzzy searching.

    You can use Homebrew to install it.

    brew install fzf
    
  2. ripgrep for super fast grepping

    You can use Homebrew to install it.

    brew install ripgrep
    

Credits

Credit to Jess Archer and her laracasts course that helped me get started with neovim.

Some useful resources

Tmux

  1. Swap windows in tmux

    If you want to swap the current window with another one, you can use the following command:

    swap-window -s <source-window> -t <target-window>
    

    For example, to swap the current window with window 1, you can use:

    swap-window -s 3 -t 1
    

About

My development environment configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors