Skip to content

LeonardoBringel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install Packages

  • Packages are installed using brew package manager. To setup a new environment run:
brew bundle --file=Brewfile
  • If you wish to update the packages list, recreate the Brewfile with the following command:
brew bundle dump --force

Keymaps

  • Leader keys should be used combined with the defined keymap of each action. Leader keys are defined in the first line of each keymap of this documentation.
  • Keymaps are case-sensitive.

Terminal

  • History search backward
COMMAND + UpArrow
  • History search forward
COMMAND + DownArrow
  • Fuzzy Finder
** + TAB
  • eza
l
  • eza tree (2 levels)
ll

Wezterm

  • Wezterm LEADER key
OPTION + w

Basic Operations

  • New Tab
LEADER + c
  • Split Panel Horizontal
LEADER + \
  • Split Panel Vertical
LEADER + -

Navigation

  • Navigate to the next tab
LEADER + n
  • Navigate to the previous tab
LEADER + N
  • Navigate to the right panel
LEADER + RightArrow
  • Navigate to the left panel
LEADER + LeftArrow 
  • Navigate to the upper panel
LEADER + UpArrow 
  • Navigate to the down panel
LEADER + DownArrow 

Resize Panel

  • Adjust current panel to the left
LEADER + SHIFT + LeftArrow
  • Adjust current panel to the right
LEADER + SHIFT + RightArrow 
  • Adjust current panel to the top
LEADER + SHIFT + UpArrow
  • Adjust current panel to the bottom
LEADER + SHIFT + DownArrow

NeoVim

  • NeoVim LEADER key
' '

Basic Operations

  • Quick Save (:w)
LEADER + w
  • Quick Close (:q)
LEADER + q
  • Unselect (:noh)
LEADER + h
  • Move line up (in visual mode)
LEADER + K
  • Move line down (in visual mode)
LEADER + J

Toggle Comment Plugin

  • Toggle
LEADER + /

Telescope

  • Fuzzy find files
LEADER + fs
  • Fuzzy find content
LEADER + fz
  • Fuzzy find previous opened files
LEADER + fo
  • Fuzzy find buffered files
LEADER + fb

File Tree

  • Toggle
LEADER + e

About

My personal dotfile configs

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors