File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 18
18
- [ Aesthetics] ( #aesthetics )
19
19
- [ Remaps] ( #remaps )
20
20
- [ General] ( #general )
21
- - [ Floating terminal] ( #floating-terminal )
22
21
- [ Split navigation] ( #split-navigation )
23
22
- [ Set - Unset] ( #set-unset )
24
23
- [ LSP] ( #lsp )
27
26
- [ Telescope] ( #telescope )
28
27
- [ Tmux-switch] ( #tmux-switch )
29
28
- [ Harpoon] ( #harpoon )
29
+ - [ Floating terminal] ( #floating-terminal )
30
30
- [ Trouble] ( #trouble )
31
31
- [ Installation] ( #installation )
32
32
@@ -125,14 +125,6 @@ nvim/
125
125
| ` <leader>s ` | Source file in current buffer |
126
126
127
127
128
- ### Floating terminal <a name =" floating-terminal " ></a > ###
129
-
130
- ***
131
- | Keybind | Action |
132
- | ---------------| ----------------------------|
133
- | ` <leader>t ` | Toggle floating terminal |
134
-
135
-
136
128
### Split navigation <a name =" split-navigation " ></a > ###
137
129
***
138
130
| Keybind | Action |
@@ -246,6 +238,13 @@ nvim/
246
238
| ` <C-z> ` | Run tmux switch script located under /tmux_scripts directory |
247
239
***
248
240
241
+ ### Floating terminal <a name =" terminal " ></a > ###
242
+ ***
243
+ | Keybind | Action |
244
+ | ---------------| ---------------------------------------------------------------|
245
+ | ` <leader>ot ` | Toggle floating terminal |
246
+ ***
247
+
249
248
250
249
## Installation <a name =" installation " ></a > ##
251
250
If you already have nvim configuration, you might want to do a backup first and then clone this one with:
Original file line number Diff line number Diff line change 1
- vim .keymap .set (" n" , " <leader>t " , " <cmd>FloatingTerminal<cr>" )
2
- vim .keymap .set (" t" , " <leader>t " , " <cmd>FloatingTerminal<cr>" )
1
+ vim .keymap .set (" n" , " <leader>ot " , " <cmd>FloatingTerminal<cr>" )
2
+ vim .keymap .set (" t" , " <leader>ot " , " <cmd>FloatingTerminal<cr>" )
3
3
You can’t perform that action at this time.
0 commit comments