Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iliya.saroukha
dotfiles
Compare revisions
91b839b147c48408be7cff347e13cc8538e46107 to 92060ff23217e3dfb1327be4dc3adc77ddc2d98d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iliya.saroukha/dotfiles
Select target project
No results found
92060ff23217e3dfb1327be4dc3adc77ddc2d98d
Select Git revision
Branches
master
Swap
Target
iliya.saroukha/dotfiles
Select target project
iliya.saroukha/dotfiles
1 result
91b839b147c48408be7cff347e13cc8538e46107
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix: using updated way of looking up keybindings for fzf
· d57c0ccb
iliya.saroukha
authored
5 months ago
Verified
d57c0ccb
upd: nvim submodule
· 92060ff2
iliya.saroukha
authored
5 months ago
Verified
92060ff2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.config/nvim
+1
-1
1 addition, 1 deletion
.config/nvim
.zshrc
+5
-2
5 additions, 2 deletions
.zshrc
with
6 additions
and
3 deletions
nvim
@
60b649b5
Compare
223da988
...
60b649b5
Subproject commit
223da988a4c275a4408ca761dd7c8691e65ad188
Subproject commit
60b649b5609323b58b15449239452794639e99d6
This diff is collapsed.
Click to expand it.
.zshrc
View file @
92060ff2
...
...
@@ -135,8 +135,11 @@ HISTSIZE=1000000
SAVEHIST
=
$HISTSIZE
# ------------ FZF -------------
source
/usr/share/fzf/key-bindings.zsh
source
/usr/share/fzf/completion.zsh
# source /usr/share/fzf/key-bindings.zsh
# source /usr/share/fzf/completion.zsh
# Set up fzf key bindings and fuzzy completion
source
<
(
fzf
--zsh
)
export
FZF_DEFAULT_COMMAND
=
"fd -t f .
$HOME
"
export
FZF_ALT_C_COMMAND
=
"fd --type d --max-depth 5 .
$HOME
$HOME
/dotfiles/.config"
...
...
This diff is collapsed.
Click to expand it.