-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from rayanramoul/dev
Dev
- Loading branch information
Showing
59 changed files
with
1,563 additions
and
3,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ tags | |
test.sh | ||
.luarc.json | ||
lazy-lock.json | ||
*gcloud* | ||
*credentials* | ||
*aws* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[submodule "dotfiles/.tmux/plugins/tmux"] | ||
path = dotfiles/.tmux/plugins/tmux | ||
url = https://github.com/catppuccin/tmux | ||
[submodule "dotfiles/.tmux/plugins/tpm"] | ||
path = dotfiles/.tmux/plugins/tpm | ||
url = https://github.com/tmux-plugins/tpm | ||
[submodule "dotfiles/.tmux/plugins/vim-tmux-navigator"] | ||
path = dotfiles/.tmux/plugins/vim-tmux-navigator | ||
url = https://github.com/christoomey/vim-tmux-navigator | ||
[submodule "dotfiles/.tmux/plugins/tmux-sensible"] | ||
path = dotfiles/.tmux/plugins/tmux-sensible | ||
url = https://github.com/tmux-plugins/tmux-sensible | ||
[submodule "dotfiles/.tmux/plugins/tmux-yank"] | ||
path = dotfiles/.tmux/plugins/tmux-yank | ||
url = https://github.com/tmux-plugins/tmux-yank | ||
[submodule "dotfiles/.tmux/plugins/tmux-fzf"] | ||
path = dotfiles/.tmux/plugins/tmux-fzf | ||
url = https://github.com/sainnhe/tmux-fzf | ||
[submodule "dotfiles/.tmux/plugins/tmux-resurrect"] | ||
path = dotfiles/.tmux/plugins/tmux-resurrect | ||
url = https://github.com/tmux-plugins/tmux-resurrect | ||
[submodule "dotfiles/.tmux/plugins/tmux-continuum"] | ||
path = dotfiles/.tmux/plugins/tmux-continuum | ||
url = https://github.com/tmux-plugins/tmux-continuum | ||
[submodule "dotfiles/.tmux/plugins/tmux-fuzzback"] | ||
path = dotfiles/.tmux/plugins/tmux-fuzzback | ||
url = https://github.com/roosta/tmux-fuzzback | ||
[submodule "dotfiles/.oh-my-zsh"] | ||
path = dotfiles/.oh-my-zsh | ||
url = https://github.com/ohmyzsh/ohmyzsh | ||
[submodule "dotfiles/powerlevel10k"] | ||
path = dotfiles/powerlevel10k | ||
url = https://github.com/romkatv/powerlevel10k | ||
[submodule "dotfiles/.fzf"] | ||
path = dotfiles/.fzf | ||
url = https://github.com/junegunn/fzf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# VSCode keybindings | ||
| Keybinding | Action | | ||
| ------------- | ------------- | ||
| Cmd + b | Open side file explorer | | ||
| Cmd + p | Go to file | | ||
| Option + Enter | Select all occurrences of Find match| | ||
| Cmd + . | Quickfix | | ||
| Cmd + \ | Split Editor | | ||
| Cmd + 2 | Go to Pane 2 | | ||
| Ctrl + 2 | Go to Tab 2 | | ||
| Ctrl + 2 | Go to Tab 2 | | ||
| Ctrl + n | Create New File | | ||
| Cmd + k| Go to Definition | | ||
| Ctrl + r | Go to References | | ||
| Cmd + g + c | Git Commit | | ||
| Cmd + g + p | Git Push | | ||
| Cmd + g + P | Git Pull | | ||
| Cmd + t | Open Terminal | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.