{"id":17045440,"url":"https://github.com/ballercat/vim_configs","last_synced_at":"2026-05-03T09:31:38.436Z","repository":{"id":141203311,"uuid":"588961318","full_name":"ballercat/vim_configs","owner":"ballercat","description":"vim configs","archived":false,"fork":false,"pushed_at":"2023-07-27T12:04:55.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T08:51:14.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ballercat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-14T16:06:58.000Z","updated_at":"2023-01-14T16:11:54.000Z","dependencies_parsed_at":"2024-06-14T14:18:37.624Z","dependency_job_id":null,"html_url":"https://github.com/ballercat/vim_configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ballercat%2Fvim_configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ballercat%2Fvim_configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ballercat%2Fvim_configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ballercat%2Fvim_configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ballercat","download_url":"https://codeload.github.com/ballercat/vim_configs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048276,"owners_count":20552483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:37:25.930Z","updated_at":"2026-05-03T09:31:38.392Z","avatar_url":"https://github.com/ballercat.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Configs\n\nUsing `vim-plug`.\n\n## Install\n\nClone\n\n```\ngit clone git@github.com:ballercat/vim_configs.git .vim_runtime\n```\n\nUpdate `.vimrc`\n\n```\ncat \u003c\u003cEOT \u003e\u003e .vimrc\n\nset runtimepath+=~/.vim_runtime\n\nsource ~/.vim_runtime/vimrcs/basic.vim\nsource ~/.vim_runtime/vimrcs/filetypes.vim\nsource ~/.vim_runtime/vimrcs/plugins_config.vim\nsource ~/.vim_runtime/vimrcs/extended.vim\n\nsource ~/.vim_runtime/my_configs.vim\nEOT\n```\n\n`~/.tmux.conf`\n\n```\n# remap prefix\nunbind C-b\nset-option -g prefix C-a\nbind-key C-a send-prefix\n\n# vi bindings\nsetw -g mode-keys vi\n\nset -g default-shell $SHELL\nset -g default-command \"reattach-to-user-namespace -l ${SHELL}\"\n\nset -as terminal-overrides ',xterm*:sitm=\\E[3m'\nset -g default-terminal \"tmux\"\n\n#set -as terminal-overrides ',xterm*:sitm=\\E[3m'\n\n# copy to clipboard from vi-mode\n#bind -t vi-copy y copy-pipe 'pbcopy -in -selection clipboard'\nbind-key -Tcopy-mode-vi 'v' send -X begin-selection\nbind-key -Tcopy-mode-vi 'y' send -X copy-selection\n# bind-key -Tcopy-mode-vi 'y' send -X copy-pipe \"reattach-to-user-namespace pbcopy\"\n\n# enable mouse scrolling\nset-option -g mouse on\n\n# smart pane switching with awareness of vim splits\nbind -n C-h run \"(tmux display-message -p '#{pane_current_command}' | grep -iq vim \u0026\u0026 tmux send-keys C-h) || tmux select-pane -L\"\nbind -n C-j run \"(tmux display-message -p '#{pane_current_command}' | grep -iq vim \u0026\u0026 tmux send-keys C-j) || tmux select-pane -D\"\nbind -n C-k run \"(tmux display-message -p '#{pane_current_command}' | grep -iq vim \u0026\u0026 tmux send-keys C-k) || tmux select-pane -U\"\nbind -n C-l run \"(tmux display-message -p '#{pane_current_command}' | grep -iq vim \u0026\u0026 tmux send-keys C-l) || tmux select-pane -R\"\n# bind -n C-\\ run \"(tmux display-message -p '#{pane_current_command}' | grep -iq vim \u0026\u0026 tmux send-keys 'C-\\\\') || tmux select-pane -l\"\n\n# Set new panes to open in current directory\nbind c new-window -c \"#{pane_current_path}\"\nbind '\"' split-window -c \"#{pane_current_path}\"\nbind % split-window -h -c \"#{pane_current_path}\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fballercat%2Fvim_configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fballercat%2Fvim_configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fballercat%2Fvim_configs/lists"}