mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 04:48:39 +00:00
feat(lint): added my linting configs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# nvim keybindings
|
||||
|
||||
```md
|
||||
```
|
||||
n ! * <Cmd>lua require("which-key").show("!", {mode = "n", auto = true})<CR>
|
||||
n ' * <Cmd>lua require("which-key").show("'", {mode = "n", auto = true})<CR>
|
||||
n " * <Cmd>lua require("which-key").show("\"", {mode = "n", auto = true})<CR>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
# tmux keybindings
|
||||
|
||||
|
||||
Leader: `<ctrl><space>`
|
||||
|
||||
|
||||
```
|
||||
bind-key -T copy-mode C-Space send-keys -X begin-selection
|
||||
bind-key -T copy-mode C-a send-keys -X start-of-line
|
||||
@@ -298,4 +296,3 @@ bind-key -T root M-Right select-pane -R
|
||||
bind-key -T root C-Tab previous-window
|
||||
bind-key -T root C-S-Tab next-window
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user