Skip to content

Commit

Permalink
Fixed config to allow ctrl-a
Browse files Browse the repository at this point in the history
  • Loading branch information
g-erson committed Jun 28, 2018
1 parent 7a42504 commit 843a330
Show file tree
Hide file tree
Showing 23 changed files with 3,727 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tmux_conf_theme_clock_style='24'
# - false (default)
# on macOS, this requires installing reattach-to-user-namespace, see README.md
# on Linux, this requires xsel or xclip
tmux_conf_copy_to_os_clipboard=false
tmux_conf_copy_to_os_clipboard=true


# -- user customizations -------------------------------------------------------
Expand All @@ -257,8 +257,8 @@ tmux_conf_copy_to_os_clipboard=false
#set -g mode-keys vi

# replace C-b by C-a instead of using both prefixes
# set -gu prefix2
# unbind C-a
set -gu prefix2
unbind C-a
# unbind C-b
# set -g prefix C-a
# bind C-a send-prefix
Expand Down
8 changes: 8 additions & 0 deletions .vim/bundle/vim-gitgutter/.github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
> What is the latest commit SHA in your installed vim-gitgutter?
> What vim/nvim version are you on?
> If no signs are showing at all, what does `:echo b:gitgutter.path` give?
> If no signs are showing at all, and the `path` value is a path and not `-2`, does it work with `let g:gitgutter_grep=''`?
5 changes: 5 additions & 0 deletions .vim/bundle/vim-gitgutter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/doc/tags
/misc
/test/*.actual
*.log

22 changes: 22 additions & 0 deletions .vim/bundle/vim-gitgutter/LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) Andrew Stewart

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading

0 comments on commit 843a330

Please sign in to comment.