Giter VIP home page Giter VIP logo

Comments (9)

H4ckint0sh avatar H4ckint0sh commented on July 19, 2024 1

Yes, I will test it later. Thankyou.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

You need to enable it in your lua/vapour/user-config/init.lua file by using Vapour.plugins.toggleterm.enabled = true. After that re-enter nvim and do :PackerSync. Then press ctrl+\ or space+T and t to get a bottom split, space+T and f to open floating terminal or space+T and l to open lazygit in a floating window.
You can also open the user config file using space+E

from vapournvim.

H4ckint0sh avatar H4ckint0sh commented on July 19, 2024

Already Done that. I have enabled it and ”space + T + t” takes me to split terminal. But no matter what i do i am not able to exit.
I have tried ”space + T ”, ”contol +\”, try to enter normal mode, i am just able to enter commands into terminal.
The only thing working is if i click on the area saying toggleterm in bottom of the window and enter :q.
This is also case if i enter float terminal, it only exits if i klick outside of it.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

You can just type exit in the terminal to exit it.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

If you want to get into normal mode in the terminal then put this in your user config file:
vim.api.nvim_set_keymap('t', '<esc>', '<C-\\><C-n>', {noremap = true, silent = true})

from vapournvim.

H4ckint0sh avatar H4ckint0sh commented on July 19, 2024

But should not i be able to toggle it with ”space T” or something else?
Thnkyou by the way for answering my noob questions.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

space T will only work in terminal if you are in normal mode

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

ctrl+\ will hide the terminal or unhide it

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

Can I close the issue now?

from vapournvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.